@charset "utf-8";
/* ===================================================================
 file name  :common.css
 style info :全ページ共通スタイル
=================================================================== */


/*-----------------------------------------------
 全体
-----------------------------------------------*/

html{
    height:100%;
}

body{
	background:url(../img/bg.jpg);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 83%;
	height:100%; 
	color: #333;
	line-height: 1.5;
}

#container{
	background:#FFF;
	width:	960px;
	min-height:100%;
	margin: 0 auto;
	padding: 0;
	
}

.clear{
	clear:both;
	height:1px;
}

.m{
	font-size:medium;	
}

.xs {
	font-size:x-small;
}

ul.normal{
	margin:0 0 0 30px;
}

ul.normal li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;	
}


/*-----------------------------------------------
 リンクカラー
-----------------------------------------------*/
a:link {
	color:#62c63f;
	text-decoration:underline;
}
a:visited {
	color:#62c63f;
	text-decoration:none;
}

a:hover {
	color:#9ddc88;
	text-decoration:underline;
}
a:active {
	color:#9ddc88;
	text-decoration:underline;
}

a:hover img{
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

/*-----------------------------------------------
 フォントカラー
-----------------------------------------------*/
.em{
	color:#e04e00;	
}


/*-----------------------------------------------
 header
-----------------------------------------------*/

#header {
	width:	960px;
	height:59px;
	margin: 0 0 13px;
	background-image:url(../img/header_img.gif);
}
	
#header img {
	margin:10px 0 0 25px;
}
/*-----------------------------------------------
 Global navi
-----------------------------------------------*/
#GlobalNavi ul{
	margin:0 auto;
	width:882px;
	height:29px;
}


#GlobalNavi ul li  {
	float: left;
	margin:0;
	padding:0;
}

#GlobalNavi ul li a {
	display: block;
	height: 29px;
}

/*-----------------------------------------------
 Contents
-----------------------------------------------*/

#contents {
	width: 900px;
	margin: 0 auto;
	padding:10px 0 0 0;
	background:#eeeeee;
	background-image:url(../img/contents_bg_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}


#main_box {
	width:840px;
	margin:0 0 10px 10px;
	padding:20px;
	background:#ffffff;
}

#main {
	width:606px;
	float:left;
}

/*-----------------------------------------------
 Contents_index
-----------------------------------------------*/
#main #sketch {
	width:606px;
	background:#eeeeee;
}

#main #sketch #illustarea {
	margin:0 0 8px 14px;
}

#main #sketch .update {
	width:410px;
	height:25px;
	margin: 0 0 0 14px;
	padding-top:5px;
	font-size:x-small;
	float:left;
}

#main #sketch #bn {
	float:right;
	margin: 0 14px 3px 0;
}

#topics {
	width:606px;
	margin:15px 0 0 0;
}

#topics img  {
	border-bottom:1px #CCC dotted;
	padding:0 0 5px;
}

#topics ul {
}

#topics ul li {
	border-bottom:1px #CCC dotted;
	padding:5px 0;
}

#topics ul li.up {
	list-style-image:url(../img/arrow_right.gif);
	list-style-position:inside;
	padding-left:5px;
	}

#topics ul li.link {
	list-style-image:url(../img/link_mark.gif);
	list-style-position:inside;
	padding-left:5px;
	}

#topics ul li .date {
	font-size:x-small;
}

/*-----------------------------------------------
 Contents_common
-----------------------------------------------*/

#sidemenu {
	width:220px;
	float:right;
	text-align:center;
}

#sidemenu .linktitle{
	width:215px;
	border-bottom:1px #CCC dotted;
	margin-bottom:5px;
}
	
#sidemenu li{
	margin:0 0 15px 0;
	font-size:x-small;
	line-height:1;
}

#sidemenu li a img{
	text-decoration:none;
}

#bottom {
	clear:both;
}

.pagetop {
	width:900px;
	height:20px;
	background-image:url(../img/footer1_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 auto;
	font-size:x-small;
	text-align:right;
	padding:60px 0 0 0;
}

.pagetop img {
	vertical-align:bottom;
}

/*-----------------------------------------------
 Footer
-----------------------------------------------*/

#footer{
	width:930px;
	height:40px;
	font-size:x-small;
	border-top:3px solid #EEE;
	border-bottom:3px solid #EEE;
	padding: 10px 20px 10px 10px;
}

#footer img{
	float:left;
	padding:0 10px;
	border-right:#EEE double 3px;
}

#footer .copyright{
		float:right;
		width:300px;
		text-align:right;
		margin-top:6px;
		color:#666;
}
