@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {

}




/*背景画像・全体の設定*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
	color: #000000;
	margin: 0px;
	background-image:url(image/bg.jpg);
	background-repert:repeat-y;
	background-position:top;
	text-align: center;
	line-height:180%;
	background-repeat: repeat-x;

}


/*標準のリンク*/
a:link {
	color: #040af8;
	text-decoration: none;
}
a:visited {
	color: #040af8;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}


/*全体の枠と横幅・背景色・背景画像など*/
#outline {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}


/*タイトル部分画像の変更*/
#title {
	margin: 0px;
	padding: 0px 0px;
	height: 175px;
	position: relative;
	text-align: left;
	background-image: url(image/head.jpg);
}


#title h1 {
	font-size: 10px;
	font-weight:normal;
	line-height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	float: right;
	color: #0168B7;
	margin-top: 0px;
}


#title p {
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: right;
}


/*タイトル下のナビゲーション部分*/
#navi{
	font-size:10px;
	text-align:right;
	padding: 0px 0px 0px 0px;
	padding-right: 0px;
}


/*コンテンツ部分の大枠*/
#text {
	width: 900px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	margin-top: 15px;
}


/*コンテンツ部分の中身*/
#contents {
	margin: 0px;
	width: 630px;
	position: relative;
	float: right;
	font-size: 13px;
}

#contents li {
	margin-top: 3px;
	margin-bottom: 15px;
}


/*コンテンツ部分の左側*/
#left{
	margin: 10px 0px;
	width: 230px;
	position: relative;
	font-size: 12px;
}

#left h2{font-size:13px;
color:#B30101;}


/*コンテンツ部分の左側のメニューの設定など*/
#mainlink {
	margin: 0px;
	padding: 7px;
	font-size:10px;
	padding-left:0px;
	list-style: none;

}

#mainlink li{padding:7px;
border-bottom:dashed 1px #ccc;
border-left:solid 5px #CC0000;
margin-bottom:7px;}


#mainlink a:link, #mainlink a:visited {
	font-size:13px;
	padding-left: 10px;
	display: block;
	font-weight: bold;
	color:#333333;

}


#waku{
	border:solid 1px #ccc;
	padding:10px;
	margin-bottom:10px;
	margin-top: 10px;
}


/*コピーライト部分・最下段*/
#bottom {
	margin: 0px;
	position: relative;
	text-align: center;
	clear: right;
	font-size: 11px;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 50px;
	background-color: #0168B7;
	color: #FFFFFF;

}

#bottom a:link, #bottom a:visited {
	color: #ffffff;
	font-size: 11px;

}
#bottom a:hover, #bottom a:active {
	color: #ffe100;
	font-size: 11px;
}


#bottom #footer {
	text-align:center;
}
#bottom #footer li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #ffffff;
}
#bottom #footer li.01FooterHome {
	border-left:0;
	padding-left:0;
	border:none;
}
