@charset "utf-8";

/* CSS Document */

body	{
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0; 
}

img {
	border:0;
}

a	{color: #017acd}

a:hover img{
	filter:alpha(style=1, opacity=60);

}

/* コンテナ */
div#container	{
	background-color: #fff0f4;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー */
div#header	{
	background-color: #FFF0F4;
	border-bottom: solid 10px #000000;
	padding: 20px 20px 60px 20px;
}

div#header h1	{
	margin-top:0px;
	float: left;
}

.menu	{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 60px;
}

#header ul{
	list-style: none;
	display: block;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 28px;
	height: 28px;
	/*_margin-left:300px;  for IE6 */
	}
	
#header ul li{
	width: 125px;
	height: 28px;
	line-height:28px;
	text-indent:-9999px;
	float: left;
}
	
#header ul li a{
	display: block;
	background-image: url(images/sd_menu_roll.png);
}
			
#header ul li a:hover{
	color: #7bd7ec;
	background-position: left bottom;
}

#header li#menu01 a {
	background-position:0px 0px;
}
#header li#menu02 a {
	background-position:-125px 0px;
}
#header li#menu03 a {
	background-position:-250px 0px;
}
#header li#menu04 a {
	background-position:125px 0px;
}
#header li#menu01 a:hover {
	background-position:0px 28px;
}
#header li#menu02 a:hover {
	background-position:-125px 28px;
}
#header li#menu03 a:hover {
	background-position:-250px 28px;
}
#header li#menu04 a:hover {
	background-position:125px 28px;
}
#header p	{color: #666666;
font-size: 0.75em;
margin: 0}

/* コンテンツ */
div#content	{
	width: 860px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: auto;
	display: inline
}

div#content h2	{
	background-color: #666666;
	background-repeat: no-repeat;
	color: #ffffff;
	font: 40px Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 20px
	;}

div#content p	{font-size: 12px;
	line-height: 1.6;
	margin-top: 10px}

div#content p#message	{margin-top: 0}

.thumbnail
{
	border-bottom:1px dashed #424242;
	padding:10px 0;
	width: 860px;
	height : 205px;
}

.thumbnail .img
{
	width: 500px;
	float: left;
}

.thumb_explain
{
	width: 345px;
	float: right;
}

#others
{
	border-bottom: solid 1px #666666;
 margin-bottom : 10px;
}

h4	{
	background-color: #999999;
	background-repeat: no-repeat;
	color: #ffffff;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0px;}


#content li
{
	font-size: 12px;
	line-height: 150%;
}

/* フッター */
div#footer	{
	background-color: #fff0f4;
	border-top: solid 1px #666666;
	margin-top: 0;
	padding-top: 8px;
	clear: both float: left; }

.gototop	{
	font-size: 12px;
	color: #666666;
	text-align: right;
	width:860px;
	}


address	{
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-align: center;
	padding: 12px
}

