@charset "Shift_JIS";
red
/* メインカラー オレンジ #ffcc66 */
/* サブカラー　ピンク　#ffcccc */
/* ボーダー色 #cc0000 */

/* 初期化 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote{
	margin: 0px;
	padding: 0px;
}
 
h1,h2,h3,h4,h5,h6,p,div{
	font-weight: normal;
	line-height: normal;
}

img{
	border: 0px;
	vertical-align: bottom;
}

li{
	list-style-type: none;
}

/*共通設定 */

body{
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	background-color: #ffffcc;
	text-align: center;
}

a:link{
	color: #0000ff;
}

a:visited{
	color: #800080;
}

a:hover{
	color: #cc0000;
}


#navi a:link,#footer a:link{
	color: #0000ff;
	text-decoration: none;
}

#navi a:visited,#footer a:visited{
	color: #0000ff;
	text-decoration: none;
}

#navi a:hover,#footer a:hover{
	color:#cc0000;
	text-decoration: underline;

}


/* 左寄せ+下空白20px */
.f_left{
	float: left;
	margin-bottom: 20px;
}

/* 右寄せ＋下空白20px */
.f_right{
	float: right;
	padding-right: 20px;
	margin-bottom: 20px;
}


.clear{
	clear: both;
}

/* フォント設定クラス */

.bold_110{
	font-weight:bold;
	font-size:110%;
}

.b{
	font-weight: bold;
}

.small{
	font-size: 14px;
}

em{
	color:#ff0000;
}

.aka{
	color:#ff0000;
 	font-weight : bold;
}

.aka_n{
 color: #ff0000;
}

.aka_big{
	color: red;
	font-weight: bold;
	font-size: 20px;
}

.aka_18{
	color: red;
	font-weight: bold;
	font-size: 18px;
}

.lt{
	text-decoration: line-through;
}


/* wrap 〜全体の幅＋センタリング〜 */
#wrap{
	width: 790px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* h1+sitemap */

h1{
	float: left;
	width: 500px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: left;
	color:#666666;;
	font-size: 12px;
}

#sitemap{
	float: right;
	width: 265px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 2px;
}

#sitemap li{
	float: left;
}

/* container 〜headerからfooterまで包む〜 */
#container{
	clear: both;
	text-align: center;
	width: 790px;
	border: solid #ff0000 1px;
	margin-bottom: 5px;	
	background-color: #ffffff;
}


/* header */
#header{
	clear: both;
	width: 790px;
	height: 59px;
	border-top: solid #ff0000 1px;
	border-right: solid #ff0000 1px;
	border-left: solid #ff0000 1px;	
	vertical-align: middle;
	background-color: #ffffff;
}

/* navi */
#navi{
	height: 17px;
	border-bottom: solid #ff0000 1px;
	color: #000000;
	background-color: #ffcc66;
	font-size: 14px;
	padding-top: 4px;
	padding-left: 20px;
}

#navi li{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#main{
	clear: both;
	float: right;
	width: 580px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 30px;
	text-align: left;
}

.gohome{
	text-align: right;
	font-size: 14px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#side{
	float: left;
	width: 180px;
	text-align: left;
	padding-top: 10px;
	padding-left:10px;
	padding-bottom: 10px;
	font-size:13px;
}

/* side見出し */
#side p{
	padding: 3px 0px 2px 5px;
	background-color: #ffcc66;
	font-size: 15px;
	color: #000000;
	border-top: 1px solid #ff0000;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
}

#side ul{
	margin-bottom: 15px;
	padding: 5px 0px 5px 0px;
	background-color: #ffff99;
	border: 1px solid #ff0000;
}

#side li{
	padding:5px 0px 7px 0px;
	margin-left: 15px;
}

#side li hr{
	width: 150px;
	margin-left: 0px;
	border: 2px dotted #ff0000;
}

#side .side2_p{
	color: #ffffff;
	background-color: #cc6600;
}

.ssl_img{
	margin-bottom: 10px;
	margin-left: 30px;
}

.ssl_text{
	margin-left: 0px;
	margin-bottom: 15px;
}


#footer{
	clear: both;
	border-top: solid #ff0000 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffcc66;
	font-size:12px;
	color: #000000;
}

.t_right{
	text-align: right;
}
