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

@import url("main.css");
#wrapper {
	background-color: #FFFFFF;
	padding-top: 80px;
	width: 960px;
	margin-bottom: 20px;
	overflow: hidden;
}
#main {
	width: 710px;
	background-color: #FFFFFF;
	float: right;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
#side {
	width: 230px;
	background-color: #FFFFFF;
}
#topicpath {
	margin: 0px;
	line-height: 1em;
	letter-spacing: 0.07em;
}
#main h1 {
	font-size: 2.5em;
	color: #666699;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#main .lead {
}
#main h2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	font-size: 1.2em;
	padding-left: 10px;
	margin-top: 2em;
	margin-bottom: 1em;
	/* 角丸表現 */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#main h3 {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 1.2em;
}

/* 囲みボックスデザイン【その１】 ※タイトル部のh3とセットで記述 */
#main .designBox01 {
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #F8F8F8;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#main .designBox01 h3 {
	/*
	-moz-border-radius: 6px 6px 0px 0px;
	background-color: #CCCCCC;
	*/
	line-height: 1em;
	margin: 0px;
	padding: 5px 0px;
	border-left-width: 0px;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* 囲みボックスデザイン【その２】 ※FAQなど */
#main .designBox02 {
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #F8F8F8;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#main .designBox02 dl dt {
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}
#main .designBox02 dl dd {
	margin-top: 0.5em;
}


/* インデックスから各コンテンツページへのリンク装飾 */
#main a.goContentPage {
	display: block;
	padding: 10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url(../image/listmark01.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	text-indent: 15px;
}
#main a.goContentPage:hover {
	background-color: #FFFFCC;
	text-decoration: none;
}



/* 以下、サイド部分 */
#side .contentsMenu {
	padding-top: 140px;
	background-image: url(../image/category-image-00.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	width: 228px;
	border: 1px solid #CCCCCC;
	background-color: #f8f8f8;
}
body#category01 #side .contentsMenu {
	background-image: url(../image/category-image-01.png);
}
body#category02 #side .contentsMenu {
	background-image: url(../image/category-image-02.png);
}
body#category03 #side .contentsMenu {
	background-image: url(../image/category-image-03.png);
}
body#category04 #side .contentsMenu {
	background-image: url(../image/category-image-04.png);
}
body#category05 #side .contentsMenu {
	background-image: url(../image/category-image-05.png);
}
body#category06 #side .contentsMenu {
	/*
	background-image: url(../image/category-image-06.png);
	*/
	padding-top: 0px;
}

/* ---サイド：コンテンツメニュー */
#side .contentsMenu h2 {
	margin-left: 5px;
}

/* ---サイド：関連コンテンツ */
#side .relatedContents {
	background-color: #F3F0E4;
	width: 228px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	/*
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#side .relatedContents h2 {
	margin-left: 5px;
}

#side ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#side li {
	list-style-type: none;
	min-height: 13px;
	background-image: url(../image/listmark01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	letter-spacing: 0.07em;
}

/* サイド：テクニックなどのサイドコンテンツ */
#side #sideContents {
	/*
	background-color: #F5F8FA;
	*/
	border: 1px solid #CCCCCC;
	width: 228px;
	margin-top: 10px;
	/*
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#side #sideContents h2 {
	display: none;
}
#side #sideContents dl {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#side #sideContents dl#first {
	border-top: none;
}
#side #sideContents dt {
	font-weight: bold;
}


/* ヘッダーの画像をマウスオン状態に維持 */
body#category01 #header #menu01 {
	background-position: bottom;
}
body#category02 #header #menu02 {
	background-position: bottom;
}
body#category03 #header #menu03 {
	background-position: bottom;
}
body#category04 #header #menu04 {
	background-position: bottom;
}
body#category05 #header #menu05 {
	background-position: bottom;
}
body#category06 #header #menu06 {
	background-position: bottom;
}
