@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
*/

/* Common */
body {
	background-color: #DDE6D1;
	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;
}
.clear {
	clear: both;
}


#main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
/* Header */
#pageHead {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#headComment {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#headComment h1 {
	font-size: 10px;
	line-height: 16px;
	color: #103685;
}
/* Top Image */
#mainImage {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#frameBg {
	background-image: url(/images/frameBg1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	background-color: #FFFFFF;
}
#naviFrame {
	float: left;
	width: 190px;
	float : left;
}
#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;
}
/* Footer */
#pageFoot {
	width: 770px;
	background-color: #6BB689;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
	padding: 5px;
}
#pageFoot a {
	color: #FFFFFF;
	text-decoration: none;
}
#pageFoot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footNavi {
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
	line-height: 16px;
}
.footNavi ul li {
	display: inline;
	list-style-type: none;
}
.footNavi ul li ul {
	display: inline;
	list-style-type: none;
}
.footNavi li a {
	color: #FFFFFF;
	padding-right: 5px;
	text-decoration: none;
}
#copyrights {
	clear: both;
}
#copyrights #crLeft {
	float: left;
	width: 385px;
	height: 18px;
}
#copyrights #crRight {
	float: left;
	height: 18px;
	width: 385px;
	text-align: right;
}
/* Contents Column */
#contInner {
	text-align: center;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}
#cPlate {
	font-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: #F1F1E8;
	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: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#naviFrame li {
	list-style-type: none;
}
/* main category */
#naviFrame li a {
	color: #FFFFFF;
	width: 170px;
	height: 31px;
	padding-left:20px;
	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: 34px;
	padding-left: 25px;
	display: block;
	background-image:url(/images/btn_s1.jpg);
	line-height: 34px;
}
#naviFrame .children a:hover {
	background-image:url(/images/btn_s2.jpg);
	color: #FF3300;
}
/* webmaster info */
#infoLeft {
	font-size: 12px;
	margin: 5px auto;
	padding: 5px;
	background-color: #F5F5F5;
	line-height: 18px;
	width: 170px;
	color: #333333;
	border: 1px solid #CCCCCC;
}

/* エントリーアーカイブ設定 */
.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: #6BB689;
}
.entryTitle .ptn1 {
	background-image: url(/images/st_bgEntTtl2.gif);
	background-repeat: no-repeat;
	background-position: -25px -7px;
}
.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 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.topUpdate {
	font-size: 14px;
}
.topUpdate li {
	margin-left: 1em;
}
