@charset "shift_jis";


/*--------------------------------------------------------
メイン / body, h1, storong, em, など
--------------------------------------------------------*/

* {
	margin:0 auto;
}

body {
	font-size:small;
	line-height:150%;
	color:#333333;
	background-color:#ffe5cb;
	text-align:center;
	margin:0;
}

h1 {
	font-weight:normal;
	font-size:10px;
	color:#993300;
	margin-bottom:0px;
	margin-top:0px;
	letter-spacing:2px;
}

h2 {
	font-weight:normal;
	font-size:small;
	color:#333333;
	margin-bottom:0px;
}

h3 {
	font-weight:normal;
	font-size:small;
	color:#333333;
	margin-bottom:0px;
}

strong {
	font-weight:normal;
}

em {
	font-weight:normal;
	font-style:normal;
}

ol {
	margin:1em 0 1em 40px;
	padding:0;
}

li {
	list-style-type:disc;
}

hr {
	border:1px #666666 solid;
	height:1px;
}

textarea {
	width:310px;
}

/*--------------------------------------------------------
テキスト / .xxxのもの
--------------------------------------------------------*/

.txt_white {
	color:#FFFFFF;
}

.coupon {
	color:#660000;
	font-weight:bold;
}

.tel {
	color:#009900;
	font-size:medium;
	font-weight:bold
}

.bold {
	font-weight:bold;
}

.medium {
	font-size:medium;
	font-weight:bold;
}

.orangebold {
	color:#FF6600;
	font-weight:bold;
	font-size:medium;
}

.bluebold {
	color:#000099;
	font-weight:bold;
	font-size:medium;
}

.whitemedium {
	color:#FFFFFF;
	font-size:medium;
}


.pinkbar {
	color:#FF6699;
	font-weight:bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF6699;
	padding-left:10px;
}

.komejirushi {
	color:#CC0000;
}

.green {
	color:#009900;
	font-weight:bold;
}

.step_orange {
	color:#FF6600;
}

.step_white {
	color:#FFFFFF;
}

.midashi {
	font-weight:bold;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color:#FF6600;
	padding-left: 8px;
}

.txtorange {
	color:#ff3300;
}

.searchgyosyu {
	color:#006600;
	font-weight:bold;
}


/*--------------------------------------------------------
背景
--------------------------------------------------------*/

.bg_top_img {
	background-image:url(img/bg_top_img.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.bg_main {
	background-image:url(img/bg_main.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.bg_line {
	background-image:url(img/bg_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.bg_sugi_flo {
	background-image:url(img/bg_sugi_flo.jpg);
	background-repeat:no-repeat;
}

.bg_sugi_tai {
	background-image:url(img/bg_sugi_tai.jpg);
	background-repeat:no-repeat;
}

.bg_sugi_kouka {
	background-image:url(img/bg_sugi_kouka.jpg);
	background-repeat:no-repeat;
}

.bg_mokuiku {
	background-image:url(img/bg_mokuiku.jpg);
	background-position:bottom, left;
	background-repeat:no-repeat;
}


/*--------------------------------------------------------
リンク
--------------------------------------------------------*/

a:link {
	color:#993300;
	text-decoration:none;
}

a:visited {
	color:#996633;
	text-decoration:none;
}

a:hover {
	color:#cc9966;
	text-decoration:underline;
}

/*--------------------------------------------------------
トップお知らせCMS部分
--------------------------------------------------------*/
#newsWrap ul {
	padding: 15px 30px 15px 35px;
	font-size: 20px;
	line-height: 1.6;
	text-align: left;
	font-weight: bold;
	color: #010101;
	background: url(../img/img_okyakusama_middle.png) repeat-y center center;
}

#newsWrap li {
	list-style-type: none;
}

#newsWrap .title {
	text-align: right;
}

#newsList div {
	background: none!important;
}

#newsList font[size="1"] {
	font-size: 50%;
}

#newsList font[size="2"] {
	font-size: 75%;
}

#newsList font[size="4"] {
	font-size: 125%;
}

#newsList font[size="5"] {
	font-size: 150%;
}

#newsList font[size="6"] {
	font-size: 175%;
}

#newsList font[size="7"] {
	font-size: 200%;
}