
/*

swfthumbnail

*/


* {
	margin: 0; 
	padding: 0;
	font-style: normal;
	list-style: none;
	word-break:break-all;
	font-family: "ＭＳ Ｐゴシック", sans-serif, verdana, Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", meiryo;
}


body {
	color:#000000;
	font-size: 15px;
	line-height: 1.5;
}


p {
	/* hides MacIE5 \*/
	letter-spacing: 0.05em;
	/* end */
}

img {
	border: none;
}

/* リンクカラー
---------------------------------------------*/

a {
	color: #B02060;
	text-decoration: underline;
}

a:visited {
	color: #B02060;
}

a:hover {
	color: #DC3882;
	text-decoration: none;
}


/* 共通
---------------------------------------------*/

html {
	background-color: #EFEFEF;
}

/*Firefox*/
html{
	height:100%;
	margin-bottom:1px;
}

body {
	text-align:left;
}

#container {
	background-color: #FFFFFF;
	width:900px;
	margin:0 auto;
	margin-top:42px;
}


/* ヘッダ
---------------------------------------------*/

#header_index_wrap{
	width:900px;
	height:403px;
	background:url(../img/bg/header_index.jpg) no-repeat;
}

#header_wrap{
	width:900px;
	height:110px;
	background:url(../img/bg/header.jpg) no-repeat;
}

#header_img_wrap{
	width:900px;
}

#header_img{
	width:850px;
	margin:0 auto;
}

#header{
	width:850px;
	margin:0 auto;
	padding-top:40px;
}

#header .logo{
	float:left;
}

#header .menu{
	text-align:right;
	float:right;
}



/* コンテンツ
---------------------------------------------*/

#contents_wrap{
	clear:both;
	width:900px;
}

#contents{
	width:850px;
	margin:0 auto;
	padding-top:20px;
}

/* メニュー
---------------------------------------------*/

#menu{
	float:left;
	width:185px;
}

#menu .title{
	font-size:20px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #999999;
	line-height:2;
	margin-bottom:10px;
}


/* メインコンテンツ
---------------------------------------------*/

#main{
	float:right;
	width:620px;
	font-size: 12px;
	line-height: 1.8;
}

#main .title{
	font-size:30px;
	color:#000000;
	border-bottom:1px solid #999999;
	line-height:1.3;
	padding-bottom:1px;
	margin-bottom:15px;
}

#main .sub_title{
	font-size:18px;
	color:#666666;
	margin-bottom:10px;
}




/* FOOTER
---------------------------------------------*/

#footer_wrap{
	clear:both;
	width:900px;
	height:50px;
	background:url(../img/bg/footer.jpg) left bottom no-repeat;
}

#footer{
	width:850px;
	margin:0 auto;
}

/* COPY
---------------------------------------------*/

#copy_wrap{
	clear:both;
	width:900px;
	font-size:12px;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	padding-bottom:20px;
}

/* CODE
---------------------------------------------*/

.code{
	padding:10px;
	border:1px solid #CCCCCC;
	background-color: #FFF9E3;
}

.warn{
	color:red;
}


#table_release td{
	padding:10px;
	padding-left:0px;
}



