@charset "UTF-8";
/*  
Theme Name: CMS
Theme URI: http://www.gut.ne.jp
Description: CMS用テンプレート
Version: 1.0
Author: GUT.Inc
Author URI: http://www.gut.ne.jp
*/


/* CSS Document */
/* フレーム構成 */
body {
	background-color: #FFF0DD;
	background-image: url(/images/mainBg1.gif);
	padding: 0px;
	margin: 0px;
}
ul,p {
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#pageHead {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#mainImage {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#naviFrame {
	float: left;
	width: 190px;
	heigh: 100%;
}
#contFrame {
	width: 590px;
	height: 100%;
	float:left;
	text-align: left;
}
#toHead {
	font-size: 10px;
	text-align: right;
	width: 530px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#pageFoot {
	width: 780px;
	clear: both;
	background-color: #FF0000;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 5px;
}
.footNavi {
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px
}
.footNavi ul {
}
.footNavi li {
	font-size: 10px;
	list-style-type: none;
	float: left;
}
.footNavi li a {
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration: none;
}
#copyrights {
	float: left;
	width: 380px;
	margin-left: 10px;
}
#product {
	float: left;
	width: 380px;
	text-align: right;
}
#product a {
	color: #FFFFFF;
}
#frameBg {
	background-image: url(/images/frameBg1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}
.clear {
	clear: both;
}
#headComment {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#headComment h1 {
	font-size: 10px;
	line-height: 16px;
	color: #993333;
}
/* コンテンツフレーム設定 */
#contInner {
	text-align: center;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}
#cPlate {
	size: 12px;
	font-weight: normal;
	padding: 5px 5px 2px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #793D21;
	text-align: left;
	margin-right: 10px;
	margin-left: 9px;
	border-bottom: 3px double #EEEEEE;
	margin-top: 5px;
}
#cPlate a {
	padding-right: 5px;
	padding-left: 5px;
}
.mainEntry {
	width: 508px;
	text-align: left;
	background-color: #FFFFE5;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	font-size: 12px;
	line-height: 22px;
}
.docInfo {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
/* global navi */
#naviFrame ul {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#naviFrame li {
	list-style-type: none;
}
/* main category */
#naviFrame li a {
	color: #336600;
	width: 174px;
	height: 31px;
	padding-left:16px;
	display: block;
	background-image:url(/images/btn_m1.jpg);
	text-decoration: none;
	line-height: 30px;
}
#naviFrame li a:hover {
	color: #FF9900;
	background-image:url(/images/btn_m2.jpg);
}

#noLink {
	color: #336600;
	font-size: 12px;
	width: 174px;
	height: 20px;
	padding-left: 16px;
	padding-top: 10px;
	background-image:url(/images/btn_m1.jpg);
	font-weight: bold;
}
/* sub category LI */
#naviFrame .children a {
	color: #666666;
	width: 165px;
	height: 25px;
	padding-left: 25px;
	display: block;
	background-image:url(/images/btn_s1.jpg);
	line-height: 24px;
}
#naviFrame .children a:hover {
	background-image:url(/images/btn_s2.jpg);
	color: #FFCC00;
}
/* sub category DIV */
#naviFrame .childrenDIV li a {
	color: #666666;
	width: 165px;
	height: 25px;
	padding-left: 25px;
	display: block;
	background-image:url(/images/btn_s1.jpg);
	line-height: 24px;
}
#naviFrame .childrenDIV li a:hover {
	background-image:url(/images/btn_s2.jpg);
	color: #FFCC00;
}

/* webmaster info */
#infoLeft {
	font-size: 12px;
	margin: 5px auto;
	padding: 5px;
	background-color: #FBCD2A;
	line-height: 18px;
	width: 170px;
	color: #4E2728;
}

/* エントリーアーカイブ設定 */
.entryTitle {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-image: url(/images/st_bgEntTtl.gif);
	background-repeat: no-repeat;
	width: 505px;
	height: 23px;
	text-align: left;
	padding-left: 25px;
	padding-top: 7px;
	background-color: #993333;
}
.entryDate {
	font-size: 10px;
	color: #666666;
	width: 510px;
	background-color: #EEEEEE;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1px;
}
.docEntry {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}


/* コンテンツページタイトル */
#contTitle {
	background-image: url(/images/cntBgTitle.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 760px;
	text-align: left;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 20px;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-right: auto;
	margin-left: auto;
}
/* トップページトピックス */
.topTopics {
	margin-bottom: 10px;
}
.topicsBorder {
	margin: 0px;
	padding: 0px;
}
.topUpdate {
	font-size: 14px;
}
.topUpdate li {
	margin-left: 1em;
}
