@charset "Shift_JIS";/*使用する文字コード*/

/*- Template header --------------------------- */
#template_header {
	width : 955px;
	height : 159px;
	background : url(../../images/template_top.jpg);
	background-position: 0 ;
	margin-left: auto;
	margin-right: auto;
}
#template_header h1{
	font-size: 12px;
	color: #95989d;
	font-weight : normal;
	padding: 5px 10px 0px 10px;
	margin: 0;
}
#main_template {
	float: left;
	width: 662px;
	font-size: 13px;
	text-align: left;
	padding: 7px 0 7px 15px;
	line-height: 1.8;
}
#main_template h1 {
	width : 662px;
	color: #4D4D4D;
	font-size: 13px;
	font-weight:bold; 
	margin: 20px 0 10px 0;
	padding-bottom : 4px;
	border-bottom-width : 2px;
	border-bottom-style : solid;
	border-bottom-color : #cccccc;
}
/****************** links for pages ******************/
.pages{
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 100%;
	height: 20px;
	color: #0B4E82;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;font-style: normal;font-size: 12px;
	float:left;
}
.pages a{
	color:#0080ff;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;font-style: normal;font-size: 12px;
}
.pages a:hover{color:#0080ff;}

#more a, #more{font-size: 18px;}

/*- template side menu ---------------------------------- */ 
div.sdmenu {
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align : left;
	background: url(../images/bottom.gif) no-repeat  left bottom;
	color: #fff;
	float: right
}
div.sdmenu div {
	width: 240px;
	background: url(../images/title.png) no-repeat;
}
div.sdmenu div:first-child {
	background: url(../images/top-title.png) no-repeat;
}
div.sdmenu div.collapsed {
	height: auto;/**  bottom **/
}
div.sdmenu div span {
	display: block;
	padding: 7px 20px;
	font-weight: bold;
	color: #535557;
	cursor: default;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #fff;
	display: block;
	border-right : 1px solid #d9d9db;
	border-left : 1px solid #d9d9db;
	color: #5b5b5b;
	text-align : left;
}
div.sdmenu div a.current {
	background : #fff;
	color: #5b5b5b;
}
div.sdmenu div a:hover {
	background : #def url(../images/linkarrow.gif) no-repeat right center;/*ブルー*/
/*-	color: #5b5b5b; -*/
	text-decoration: none;
	text-align : left; 
}
div.sdmenu div a.current:hover {
	background : #ffecff url(../images/linkarrow.gif) no-repeat right center;/*ﾋﾟﾝｸ*/
	text-decoration: none;
}


/****************** daily sample ******************/
.sample-title{
	text-align: left;
	color: Red;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	margin: 5px 0px 5px 0px;
	display:block;
}
#demo{
	margin-left:150px;
}
#next{
	margin-right:150px;
}
#setting{
	margin-left:45px;
}

/******** gallery sample ******************/
.sample-demo,.sample-next,.sample-setting{
	display: inline;
	height: 20px;
	width: 82px;
	color:#fff;
	background-image:url(../images/button.gif);
	text-align: center;
	text-decoration:none;
	margin-top:0px;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.sample-demo:hover,.sample-next:hover,.sample-setting:hover{background-image:url(../images/buttonred.gif); color:#fff; text-decoration:none;}
.sample-demo{float: left;left:15px;}
.sample-setting{float: left;left:15px;}
.sample-next{float: right;left:-15px;}
}