@charset "UTF-8";

/* ***************************************************
* CSS file For taisokyo.com
	FileName: common.css
	data:2007/09/04 koyama

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本テキストリンク
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:フッター
■[50]:共通部分
■[80]:レイアウト指定
■[90]:指定フォント
■[91]:指定リンク
**************************************************** */



/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/

body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0 auto ;
	text-align: center;
	padding: 0;
	background: #EFEAD4 ;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	color: #000000;
}

img,table {
	border: none;
}

img {
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul {
	list-style: none;
}

ol {
	margin: 15px 0 0;
	padding: 0 0 0 25px;
}

ol li {margin: 0 0 8px;}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}



/*-----------------------------------------------------------
■[02]:基本テキストリンク
------------------------------------------------------------*/

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #CC9900;
	text-decoration: underline;
}


/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/

div#Container {
	width: 710px;
	background: url(/common/container_bg.gif) no-repeat top center;
	text-align: center;
	margin: 0 auto;
}


div#Wrapper {
	width: 700px;
	margin: 0 5px;
	text-align: left;
	background: #FFF url(/common/wrapper_bg.gif) repeat-y left;
}

div#Copyright {
	width: 700px;
	background: url(/common/copyright.jpg) no-repeat bottom;
}

div#KeyVis {
	width: 250px;
	float: left;
	margin: 0 30px 0 0;
}

div#Content {
	width: 390px;
	float: left;
	padding: 30px 0 0;
	margin: 0 0 100px;
}

/*-----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------*/

h1 {margin: 0 0 15px;}
h2 {margin: 0 0 5px;}
h3 {margin: 0 0 3px;}

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/

div#Header {
	width: 250px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0 0 120px;
}

div#Logo {
	width: 160px;
	height: 155px;
	margin: 28px 44px 14px;
}

div#Header ul {
	width: 226px;
	margin: 0 12px;
	padding: 0 0 15px;
}
div#Header ul li {
	width: 226px;
	height: 24px;
	margin: 0 0 5px;
}

div#Header ul li a {
	width: 226px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	/* hack \*/
	overflow:hidden;
	/* end hack */
}


li.GNvg01 {background: url(/common/gnvg01.gif) no-repeat;}
li.GNvg01 a:hover {background: url(/common/gnvg01_on.gif) no-repeat;}
li.GNvg01Act {background: url(/common/gnvg01_on.gif) no-repeat;}

li.GNvg02 {background: url(/common/gnvg02.gif) no-repeat;}
li.GNvg02 a:hover {background: url(/common/gnvg02_on.gif) no-repeat;}
li.GNvg02Act {background: url(/common/gnvg02_on.gif) no-repeat;}

li.GNvg03 {background: url(/common/gnvg03.gif) no-repeat;}
li.GNvg03 a:hover {background: url(/common/gnvg03_on.gif) no-repeat;}
li.GNvg03Act {background: url(/common/gnvg03_on.gif) no-repeat;}

li.GNvg04 {background: url(/common/gnvg04.gif) no-repeat;}
li.GNvg04 a:hover {background: url(/common/gnvg04_on.gif) no-repeat;}
li.GNvg04Act {background: url(/common/gnvg04_on.gif) no-repeat;}

li.GNvg05 {background: url(/common/gnvg05.gif) no-repeat;}
li.GNvg05 a:hover {background: url(/common/gnvg05_on.gif) no-repeat;}
li.GNvg05Act {background: url(/common/gnvg05_on.gif) no-repeat;}

li.GNvg06 {background: url(/common/gnvg06.gif) no-repeat;}
li.GNvg06 a:hover {background: url(/common/gnvg06_on.gif) no-repeat;}
li.GNvg06Act {background: url(/common/gnvg06_on.gif) no-repeat;}

li.GNvg07 {background: url(/common/gnvg07.gif) no-repeat;}
li.GNvg07 a:hover {background: url(/common/gnvg07_on.gif) no-repeat;}
li.GNvg07Act {background: url(/common/gnvg07_on.gif) no-repeat;}

/* バナー */
div#BanColumn {
	width: 226px;
	/* height: 60px; */
	background: url(/common/ban_column.jpg) no-repeat;
	position: relative;
	font-size: 10px;
	margin: 0 12px;
	border-bottom: 1px solid #FFF;
}

div#BanColumn p {
	line-height:16px;
	padding:38px 0 0 5px;
}

div#BanColumn img {
	width: 226px;
	height: 35px;
	position: absolute;
	top: 5px;
	left: 0px;
}


/*-----------------------------------------------------------
■[40]:フッター
------------------------------------------------------------*/

div#Footer {
	width: 710px;
	height: 8px;
}
div#Footer img {vertical-align: top;}

/*-----------------------------------------------------------
■[50]:共通部分
------------------------------------------------------------*/

iframe {
	width: 390px;
	height: 250px;
	text-align:left
}

/*-----------------------------------------------------------
■[80]:レイアウト指定
------------------------------------------------------------*/
.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}

.fright { float: right;}
.fleft { float: left;}

/*-----------------------------------------------------------
■[90]:指定フォント
------------------------------------------------------------*/
.xxx-large { font-size:200%;    line-height:150%; } /*32px*/
.xx-large  { font-size:150%;    line-height:150%; } /*24px*/
.x-large   { font-size:131.25%; line-height:150%; } /*21px*/
.large     { font-size:112.5%;  line-height:150%; } /*18px*/
.mid       { font-size:100%;    line-height:150%; } /*16px = 12pt*/
.small     { font-size:80.0%;   line-height:150%; } /*12px*/
.x-small   { font-size:62.5%;   line-height:150%; } /*10px*/
.xx-small  { font-size:56.25%;  line-height:150%; } /*9px*/

/*-----------------------------------------------------------
■[91]:指定リンク
------------------------------------------------------------*/
