@charset "UTF-8";
/* CSS Document */


/* 基本スタイル
---------------------------------------------*/

body {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.4;
	color:#000000;
	background-image:url(../parts/bg.gif);
	background-position:left;
	background-position:left top;
	background-repeat:repeat-y;
}

p{
	/*\*/
	letter-spacing:0.2em;
	font-size: 1.0em;
	text-align: left;
	/**/
}

.clearfloat {
    clear:both;
}

/* レイアウト
---------------------------------------------*/



#kiji {
	position:absolute;
	width:600px;
	left:220px;
	top:10px;
	background-color:#FFFFFF;
	margin-bottom: 50px;
	text-align: left;
}




#mokuji {
	position:absolute;
	width:180px;
	left:20px;
}


#modoru {
	width:600px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
	clear: both;
}

#modoru img {
    padding-top:5px;
	padding-bottom:10px;
	border:none;
}


/* ヘッダー
---------------------------------------------*/

#header {
	position: relative;
	z-index:100;
	width: 100%; /* Windows Internet Explorer 6対策 */
	height: 100px;
}

h1 {
	text-align:center;
	top: 10px;
}

#logo {
	position: absolute;
	top: 10px;
	margin: 0;
}

/* 目次
---------------------------------------------*/
#mokuji h3 {
	font-size:14px;
	border-top:1px solid #009900;
	color:#FFFFFF;
	background-color:#00CC33;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 110px;
	
}


#mokuji .back {
	font-size:14px;
	border-top:1px solid #009900;
	color:#FFFFFF;
	background-color:#00CC33;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 10px;	
	
}



#mokuji ul {
    margin:0;
	padding:0;
	list-style:none;
}

#mokuji li {
	margin:0;
	border-bottom:1px solid #CCCCCC;
	background-image:url(../parts/mokuji_bg.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #00CC33;
	font-size: 14px;
}

#mokuji li a {
	display:block;
	width:140px !important;
	width:/**/:160px;
	padding:5px 5px 5px 2px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	text-decoration:underline;
}

#mokuji li.submenu {
	margin:0;
	border-bottom:2px dotted #CCCCCC;
	background-image:url(../parts/mokuji_bg2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}

#mokuji li a.submenu {
	display:block;
	width:140px !important;
	width:/**/:160px;
	padding:5px 5px 5px 25px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	text-decoration:underline;
	
}


#mokuji li a:hover {
    color:#6600FF;
	background:none;
}

#GoHome {
	text-align:center;
	margin-top: 15px;
}

/* コンテンツ
---------------------------------------------*/

#number {
	font-size:16px;
	font-weight:bold;
	background-color: #00CC33;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
}


#kiji .image {
	text-align: center;
	margin: 2px 2px 2px;
}

#kiji .illust {
	text-align: center;
	margin: 20px 2px;
}

#name {
    text-align:right;
}

#name .kao {
	float: right;
}


#TopTitle {
	font-size:14px;
	font-weight:bold;
	color: #009933;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 3px;
}

#TopTitle_2 {
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-top: 3px;
}

#CornerTitle {
    text-align:center;
	margin-bottom:10px;
}

#ContentsTitle{
	font-size:16px;
	font-weight:bold;
	color: #003399;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	text-align: left;
}

#ContentsName{
	font-size:12px;
	padding-left:10px;
	padding-top: 3px;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}


#kiji h3 {
	width:600px;
	background-color: #FFCC66;
	padding: 3px 3px 3px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}



/* 画像配置
---------------------------------------------*/
.PhotoBox {
	width:600px;
	margin-left:0px;
	margin-right:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	clear: both;
}

.photo {
	padding: 5px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #cccccc #cccccc #cccccc;


}

.photoR {
	padding: 5px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	margin-left: 10px;
	float: right;
}

.photoL {
	padding: 5px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	float: left;
	margin-right: 10px;
}

span {
	display:block;
	padding:3px 0;
	color:#000099;
	font-weight:normal;
	font-size: 10px;
	text-align: center;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	
}



.caption {
	display:block;
	padding:3px 0;
	color:#000099;
	font-weight:normal;
	font-size: 10px;
	text-align: center;
	
}



.image2_L {
	float:left;
	width: 300px;
}


.image2_R {
	float:right;
	width: 300px;
}


.image2_L_tate {
	float:left;
	width: 200px;
}


.image2_R_Tate {
	float:right;
	width: 200px;
}



#Kiji .img {
	border:none;
	padding-top: 5px;
}
.top_photo {
	margin: 3px;
	float: right;
}

