@charset "shift_jis";


/*--------------------------------------------------------
メイン / body, h1, storong, em, など
--------------------------------------------------------*/

* {
	margin:0 auto;
}

body {
	font-size:small;
	line-height:150%;
	color:#333333;
	background-image:url(img/bg_main.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ccb299;
	text-align:center;
	margin:0;
}

h1 {
	font-weight:normal;
	font-size:10px;
	color:#666666;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:5px;
	padding:0px;
	letter-spacing:2px;
}

h2 {
	font-size:medium;
	color:#CC3300;
	font-weight:bold;
	padding-left:25px;

}

h3 {
	font-size:medium;
	color:#CC3300;
	font-weight:bold;
	padding-left:25px;
}

strong {
	font-weight:normal;
}

em {
	font-weight:normal;
	font-style:normal;
}

ol {
	margin:1em 0 1em 40px;
	padding:0;
}

li {
	list-style-type:decimal;
}

hr {
	border:1px #666666 solid;
	height:1px;
}

textarea {
	width:310px;
}

/*--------------------------------------------------------
テキスト / .xxxのもの
--------------------------------------------------------*/

.txt_small {
	font-size:x-small;
}

.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;
}

.pinkbold {
	color:#FF6699;
	font-weight:bold;
}

.whitebold {
	color:#FFFFFF;
	font-weight:bold;
}

.whitemedium {
	color:#FFFFFF;
	font-size:medium;
}


.bluebar {
	color:#0033CC;
	font-weight:bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0033CC;
	padding-left:10px;
}

.blue_medium {
	color:#000066;
	font-size:medium;
}

.komejirushi {
	color:#CC0000;
}

.green {
	color:#009900;
	font-weight:bold;
}

.step_orange {
	color:#FF6600;
}

.midashi {
	font-size:medium;
	color:#CC3300;
	font-weight:bold;
	padding-left:25px;
}

.midashi2 {
	font-size:medium;
	color:#CC3300;
	font-weight:bold;
	padding-left:35px;
}

.txtorange {
	color:#ff3300;
}

.searchgyosyu {
	color:#006600;
	font-weight:bold;
}

.txt_red {
	color:#CC0000;
}

.logo {
	margin-left:10px;
}

.header_tel {
	margin-right:10px;
	margin-bottom:10px;
}

.bu_top_toi {
	margin-right:10px;
}

.txt_taiken_price {
	color:#FF0000;
	font-size:large;
	font-weight:bold;
}


/*--------------------------------------------------------
背景
--------------------------------------------------------*/

.bg_line {
	background-image:url(img/bg_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.bg_midashi2 {
	background-image:url(img/bg_midashi2.gif);
	background-position:left;
}
/*--------------------------------------------------------
リンク
--------------------------------------------------------*/

a:link {
	color:#990000;
	text-decoration:none;
}

a:visited {
	color:#990000;
	text-decoration:none;
}

a:hover {
	color:#ff9966;
	text-decoration:underline;
}