@charset "utf-8";
/*
Theme Name:Theme for Shinkan 2010
Theme URI: http://shinkan2010.freedivision.info/
Description:2010年度新歓イベント用のテーマ
Version: 1
Author: Toro-Unit & Go @FREE☆DIVISION
Author URI1: http://www.freedivision.info/
Author URI2: http://www.torounit.com/

*/
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style:none;
}
body{
	font-size:62.5%;/*10px*/
}

body,h1,h2,h3,h4,h5,h6{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	font-size:1em;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

em{
	font-weight:bold;
	font-style:normal;
}
/*end Reset*/



body{
	background:url(images/bg.gif);
}
.wrapper{
	width:864px;
	margin:auto;
}
/******HEADER******/
.page_head{
	background:url(images/head.png);
	height:19px;
	width:864px;
	position:relative;
	z-index:999;
}

.sitemap a{
	display:block;
	background:url(images/sitemap.png) no-repeat;
	height:56px;
	width:130px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin-top:-25px;
	margin-right:50px;
}
.sitemap a:hover{
	margin-top:-15px;
}

h1 a{
	display:block;
	background:url(images/title_logo.png) no-repeat;
	width:553px;
	height:99px;
	text-indent:-9999px;
	left:30px;
	top:40px;
	position:relative;
	overflow:hidden;
}


/*****PAGEBODY******/
.leftbox{
	float:left;
	width:259px;
	margin-left:30px;
}



.leftbox li{
	margin-top:15px;
}
.leftbox li a{
	height:42px;
	width:227px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	
}
.leftbox li>a:hover{
	background-position:0 -42px;
}
/****NAVI****/
.navi{
	margin-top:28px;
}

.navi1>a{
	background:url(images/navi1.gif) no-repeat;
	
}

.navi2>a{
	background:url(images/navi2.gif) no-repeat;
}
	

.navi3>a{
	background:url(images/navi3.gif) no-repeat;
	
}

.navi4>a{
	background:url(images/navi4.gif) no-repeat;
	
}

.navi5>a{
	background:url(images/navi5.gif) no-repeat;
	
}

.navi6>a{
	background:url(images/navi6.gif) no-repeat;
	
}
/****MAINBOX****/
a{
	color:#3333ff;
}
.rightbox{
	float:right;
	width:541px;
	margin-right:30px;
}

.column_md{
	background:url(images/main_article.png) repeat-y;
	width:541px;
	height:auto;
}

.column_hd{
	background:url(images/main_head.png) no-repeat;
	height:96px;
	width:541px;

}

.column_ft{
	background:url(images/main_footer.png) no-repeat;
	height:89px;
	width:541px;
}

.article_before{
	background:url(images/cork_head.png) no-repeat;
	height:17px;
	width:864px;
}

.article{
	background:url(images/cork_article.png) repeat-y;
	height:auto;
	width:864px;
}
.column_hd h2{
	font-size:2em;
	left:50px;
	top:60px;
	position:relative;
	}

.entryBox{
	width:440px;
	margin:auto;
	border-top:1px dotted #33F;
}

.article_after{
	background:url(images/cork_footer.png) no-repeat;
	height:21px;
	width:864px;
}
.ddsg-wrapper h2{
	font-size:1.3em;
}
.ddsg-wrapper ul{
	font-size:1.1em;
}
/******FOOTER******/
.footer{
	background:url(images/footer.png) no-repeat;
	text-align:center;
	height:79px;
}

.footer .links a{
	margin:0 8px;
	color:#3333ff;
}

.footer .links{
	padding-top:17px;
	font-size:1.2em;
	margin-top:10px;
}
*:first-child+html .links{
	margin-top:2px;
	margin-bottom:6px;
}


.copy{
	text-align:center;
	font-size:1.3em;
	width:800px;
	margin-top:7px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-top:2px solid #4F4F4F;
	padding-top:7px;
}
*:first-child+html .copy{
	padding-top:7px;
}
/*class*/
.red{
	color:#F00;
}
.border{
	background-color:#FFF;
	padding:5px;
	border:#C99 1px solid;
}




/*clearfix*/

.article:after,.clearfix:after{
	display:block;
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
}

.article,.clearfix{
	display:inline-block;
	min-height:1%;
	overflow:hidden;
}

*html .clearfix{height:1%;}
*html .article{height:1%;}


