/*/////////////////////////////////////////////////////////

	[club.gundam-seed.net] Default StyleSheet
	Ver:2007/03/31

/////////////////////////////////////////////////////////*/


/* 初期化
---------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

img
{
	border: none;
}

br.clear
{
	clear: both;
	line-height: 0;
}

div.clear
{
	clear: both;
}

/* 基本レイアウト
---------------------------------------------------------*/

#container
{
	position : relative;
	margin: 0 auto;
	padding-right: 21px;
	width: 800px;
	height: 100%;
	min-height: 100%;
	background: url("/scm_pub/img/entry/bg.gif") repeat-y right;
}

#header
{
	height: 250px;
	background: url("/scm_pub/img/entry/topimg.jpg") no-repeat left top;
}

#main
{
	padding-bottom: 60px;
}

#footer
{
	position:absolute;
    bottom: 0;
    width: 800px;
    height: 42px;
    background: url("/scm_pub/img/entry/footer.gif") repeat-x left top;
}

body > #container
{
    height: auto;
}


/* 基本デザイン指定
---------------------------------------------------------*/
body
{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #ccc;
	color: #333;
	font-size: 80%;
	line-height: 150%;
}

a
{
	color: #c00;
}

/* ヘッダデザイン指定
---------------------------------------------------------*/
#header h1
{
	text-indent: -9999px;
}


/* メインボディデザイン指定
---------------------------------------------------------*/
#intro
{
	margin: 20px;
}

h2
{
	font-size: 13pt;
	line-height: 13pt;
	margin-bottom: 5px;
	color: #900;
}

#taneleft
{
	margin-left: 40px;
	float: left;
	width: 340px;
	height: 290px;
	background-image: url("/scm_pub/img/entry/tane/athrun_01.gif");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
}


#pc
{
	width: 340px;
	height: 290px;
	background: url("/scm_pub/img/entry/bg_pc.png") no-repeat right center;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src="/scm_pub/img/entry/bg_pc.png");
}

#taneright
{
	margin-right: 40px;
	float: right;
	width: 340px;
	height: 290px;
	background-image: url("/scm_pub/img/entry/tane/kira_01.gif");
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
}

#mobile
{
	width: 340px;
	height: 290px;
	background: url("/scm_pub/img/entry/bg_mobile.png") no-repeat left center;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src="/scm_pub/img/entry/bg_mobile.png");
}

#pc a, #mobile a
{
	position:relative;	/* IEバグ対策(filterプロパティ) */
	text-indent: -9999px;
	display: block;
	width: 340px;
	height: 290px;
	background: url("/scm_pub/img/entry/target.gif") no-repeat;
	background-position: -9999px -9999px;
}

#pc a:hover, #mobile a:hover
{
	background-position: center;
}

p.attention
{
	border: solid 1px #060;
	padding: 10px;
	color: #060;
	margin: 0 20px;
}

/* フッタデザイン指定
---------------------------------------------------------*/
#footer
{
	font-size: 80%;
	color: #fff;
	line-height: 42px;
}

#footer span.left
{
	display: inline;
	float: left;
	margin-left: 20px;
}

#footer span.right
{
	display: inline;
	float: right;
	margin-right: 20px;
}

