@charset "UTF-8";

/***** 共通 *****/

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url('/images/bg.gif');
	color:#555;
}

body,th,td,li,div,address{
	font:12px/20px Verdana, Arial, sans-serif;
}

form,input{
	font:12px/16px Verdana, Arial, sans-serif;
}

textarea{
	font:12px/18px "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}

p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,form{
	margin:0;
	padding:0;
}

img{
	border:none;
}

h1{
	padding:0 10px;
	background:#c00;
	font-size:10px;
	font-weight:normal;
	color:#fff;
	line-height:16px;
}

.Clear{
	clear:both;
	height:0;
	line-height:0;
}

.Clear hr{
	display:none;
}


/********** リンク **********/

a{
	text-decoration:none;
}

a:link,
a:active{
	color:#36c;
}

a:visited{
	color:#06c;
}

a:hover{
	color:#c60;
}


/********** レイアウト **********/

#Wrap{
	width:660px;
	margin:0 auto;
	text-align:left;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	background:#fff;
}

#Inner{
	width:auto;
	margin:10px 10px 0;
}

#TitleBanner,
#SideWrap{
	width:180px;
	float:left;
}

#TitleBanner{
	margin:0 0 10px;
}

#ContentWrap{
	width:440px;
	float:right;
}


/********** コンテンツスペース **********/

/* サイト概要 */

#Description{
	margin:0 0 10px;
}

#Description p{
	margin:0 0 5px;
}

#Coution{
	margin:10px 0;
	padding:5px;
	border:solid 1px #ccc;
	background:#fee;
}

#Coution span{
	color:#c00;
	font-weight:bold;
}

/* サイト紹介 */
#SiteIntroduction h2{
	margin:0 0 5px;
}

.ItemWrap{
	margin-bottom:20px;
}

.SiteInfo .ScreenShot{
	width:128px;
	float:left;
}

.SiteInfo .Text{
	margin-left:135px;
}

.SiteInfo .Text h3{
	margin-bottom:5px;
	padding-left:20px;
	font-size:12px;
	line-height:24px;
	border-bottom:solid 1px #ccc;
	background:url('/images/home.gif') left no-repeat;
}

.SiteInfo .Text ul{
	margin-left:18px;
}


/********** サイドスペース **********/

.SubContntWrap{
	margin:10px 0 0;
	padding:5px;
	background:#efefef;
}

.SideTitle{
	margin:0 0 5px;
	padding:0 5px;
	line-height:24px;
	font-weight:bold;
	color:#c00;
	background:#fff;
}

.SubContentBody{
	padding:0 5px;
	background:#fff;
	list-style:none;
}

.SubContentBody li{
	font-size:10px;
}


/********** フッター **********/

#Footer{
	border-top:solid 1px #ccc;
	text-align:center;
}

#Footer address{
	font-size:10px;
	line-height:50px;
}