@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	padding:0;
}

html {
	height:100%;
}

li {
	list-style:none;
}

h1, h2, h3, p, li, input, textarea, select {
	font-size:100%;
	font-weight:normal;
	color:#FF0;
}

img {
	border:0;
	vertical-align:bottom;
}

/* リンク文字の設定 */
a {
	color:#600;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#933;
}

/*共通設定 -------------------------*/
body {
	width:100%;
	height:100%;
	margin:0 auto;
	line-height:130%;
	text-align:center;
	background-color:#FFF;
}
#wrapper {
	width:800px;
	height:600px;
	position:relative;
	min-height:100%;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
#lil {
	width:10px;
	background:url(../images/lside_bg.png) repeat-y;	
}
#lim {
	width:780px;
	background-color:#FFF;
}
#lir {
	width:10px;
	background:url(../images/rside_bg.png) repeat-y;	
}
#lil, #lim, #lir {
	float:left;
	height:600px;
}

/* header ------------------------- */
#header {
	width:780px;
	height:140px;
	background:url(../images/base_col.png) repeat;
}
#header li.logo {
	width:130px;
	margin-left:10px;
}
#header li.visual {
	width:630px;
}
#header li.logo, #header li.visual {
	float:left;
	margin-top:10px;
}

/* content ------------------------- */
#content {
	width:780px;
	height:440px;
}


/* content sidemenu ----------- */
#sidemenu {
	float:left;
	width:150px;
	height:440px;
}
/* content sidemenu botton -- */
#sidemenu ul {
	width:140px;
	padding-left:10px;
}
#sidemenu ul li.btn, li.btng {
	margin-top:10px;
	text-indent:25px;
	line-height:25px;
	font-weight:bolder;
}
#sidemenu ul li.btn a {
	background:url(../images/btn_on_orange.png) center no-repeat;
}
#sidemenu ul li.btn a:hover {
	background:url(../images/btn_off_orange.png) center no-repeat;
}
#sidemenu ul li.btng a {
	background:url(../images/btn_on_green.png) center no-repeat;
}
#sidemenu ul li.btng a:hover {
	background:url(../images/btn_off_green.png) center no-repeat;
}
#sidemenu ul li.btn a, #sidemenu ul li.btn a:hover, #sidemenu ul li.btng a, #sidemenu ul li.btng a:hover {
	display:block;
	height:25px;
	width:140px;
}
/* content sidemenu commnent -- */	
#sidemenu ul#cmt {
	width:140px;
	height:150px;
	margin-top:10px;
	float:left;
}
#sidemenu ul#cmt li.licl {
	width:5px;
	background:url(../images/comment-l.png) left no-repeat;
}
#sidemenu ul#cmt li.licm {
	width:130px;
	background:url(../images/comment-m.png) center repeat-x;
	color:#903;
	font:11px "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	line-height:18px;
}
#sidemenu ul#cmt li.licm img {
	padding:5px 0 10px 0;
}
#sidemenu ul#cmt li.licr {
	width:5px;
	background:url(../images/comment-r.png) right no-repeat;
}
#sidemenu ul#cmt li.licl, #sidemenu ul#cmt li.licm, #sidemenu ul#cmt li.licr {
	height:150px;
	float:left;
}

/* content main ----------- */
#main {
	float:left;
	width:620px;
	height:420px;
	padding-left:5px;
}

#main ul#liml {
	width:40px;
	background:url(../images/content-l.png) no-repeat;
}
#main ul#limm {
	width:570px;
	background:url(../images/content-m.png) repeat-x;
}
#main ul#limr {
	width:10px;
	background:url(../images/content-r.png) no-repeat;
}
#main ul#liml, #main ul#limm, #main ul#limr {
	float:left;
	height:420px;
	margin-top:10px;
}

/* footer ---------------- */
#footer {
	width:780px;
	height:20px;
	float:left;
	background:url(../images/base_col.png) repeat;
}
#footer p {
	color:#060;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}


/* creafix ---------------- */
.creafix:after{
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
	content:".";
	font-size:0.1em;
}

.creafix{
	display:inline-block;
}

