/*
Theme Name: FREE☆DIVISION Web Site 
Theme URI: http://www.freedivision.info/
Description: FREE☆DIVISION Web Site
Version: 0.9.9(RC2)
Author: Studio Toro-Unit
Author URI: http://www.torounit.com/

*/

/* CSS Document */
*{
	margin:0;
	padding:0;
	}

body{
	overflow-y:scroll;
	background:#FFFCDD url(images/shadow.png) repeat-y top center;
	}
body,h1,h2,h3,h4,h5,h6,form,textarea{
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	font-family:"メイリオ", Meiryo, meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	
	*+html body{
		overflow-y:auto;
		}

.clearfix {
	min-height: 1px;
	overflow:hidden;/*Dw cs3 対策*/
}

		/* IE6 */
		* html body{
			padding-left:1px;
			text-align:center;
			}


h1, h2, h3, h4, h5, h6, li,td{
	font-size:inherit;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka,"メイリオ","ＭＳ Ｐゴシック",san-serif;
	font-style:normal;
	font-weight:normal;
	}

#wrapper{
	width:70em;
	margin-left:auto;
	margin-right:auto;
	}

		/* IE6 */
		* html #wrapper{
			text-align:left;
			}

a{
	text-decoration:none;
	}

/*clearfix*/
.clearfix:after{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}

	/* IE7 */
	*:first-child+html .clearfix{
		min-height:1px;
		}


/*header*/
h1 img{
	margin:10px 5px;
	border-style:none;
	}

/*global navigation*/
#nav {
	margin:5px 0 10px 15px;
	}

#nav li{
	float:left;
	list-style:none;
	}

#nav li a{
	display:block;
	height:30px;
	overflow:hidden;
	text-indent:-9999em;
	margin:1px;
	}

#nav li a:hover,#nav li a.selected{
	background-position:0 -30px;
	}

.bt_1{
	background-image:url(images/globalnavi_01.gif);
	width:205px;
	}

.bt_2{
	background-image:url(images/globalnavi_02.gif);
	width:165px;
	}

.bt_3{
	background-image:url(images/globalnavi_03.gif);
	width:210px;
	}

.bt_4{
	background-image:url(images/globalnavi_04.gif);
	width:80px;
	}


/*article*/
.article{
	border-top:#CCCCCC 5px dotted;
	min-height:30em;
	}

.article a img {
	border-style:none;
	}

.article p,.article li{
	font-size:1.3em;
	line-height:1.6em;
	}

.article > *{
	padding:0 20px;
	}

.article h2{
	margin:10px 0;
	padding:0 10px;
	}

.section {
	padding:0 10px;
	margin:5px 0px;
	}

.section p{
	margin:0 20px;
	}

/*footer*/
#footer{
	border-top:#CCCCCC 5px dotted;
	font-size:1.2em;
	padding-top:10px;
	text-align:right;
	line-height:1.4em;
	}

* html #footer{
	clear:both;
	}
