/* ---------------------------------------------------------
	copyright(C) 2007 暁Works. all rights reserved.
	暁ワークス サブページCSS	
--------------------------------------------------------- */

@import "common.css";

/* ---------------------------------------------------------
	コンテンツ部分共通
--------------------------------------------------------- */

#contents h2
{
	margin: 0 20px 15px 20px;
	padding: 2px 10px;
	background-color: #800000;
	font-size: 1.3em;
}

#contents h3
{
	margin: 0 15px 13px 15px;
	background-color: #800000;
	font-size: 0.8em;
	font-weight: lighter;
	padding: 1px 10px;
}

#contents p
{
	margin: 0 15px 15px 35px;
	font-size: 0.8em;
}

#contents .link_list
{
	font-size: 0.8em;
	margin: 0 0 15px 20px;
}

#contents .to_top
{
	text-align: right;
	font-size: 0.8em;
	margin:15px 20px 0 20px;
	background-color: #800000;
	padding: 2px 10px;
}

#contents .to_top a
{
	color: #fff;
}

#contents .single
{
	margin: 0 20px 10px 20px;
	background-color: #151515;
	border: 1px solid #000;
	padding-top: 15px;
}

#contents .sidebar
{
	float: left;
}

#contents .sidebar .sidebar_boy
{
	background-color: #151515;
	border: 1px solid #000;
	width: 170px;
	margin-left: 20px;
	padding-top: 15px;
}

#contents .sidebar ul
{
	margin-left: 20px;
	list-style: none;
	margin-bottom: 15px;
	font-size: 0.8em;
}

#contents .sidebar li
{
	line-height: 1.5;
}

#contents .double
{
	float: left;
	margin-left: 20px;
}


#contents .double .double_body
{
	width: 525px;
	background-color: #151515;
	border: 1px solid #000;
	padding-top: 15px;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
	メールフォーム
--------------------------------------------------------- */

#contents .mailform
{
	margin-left: 40px;
	margin-bottom: 15px;
	font-size: 0.8em;
}

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

#contents .link_table
{
	margin-left: 40px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 0.8em;
}

#contents .link_table td
{
	width: 320px;
	height: 80px;
}

/* ---------------------------------------------------------
	サポート
--------------------------------------------------------- */

#contents .support
{
	margin: 0 35px;
}

#contents .support_head
{
	height: 14px;
	padding: 6px 15px;
	font-weight: bold;
	font-size: 0.9em;
	background: url(../img/support_head.gif) center center;
}

#contents .support_body
{
	padding: 7px 0 0 10px;
	background: url(../img/support_body.gif);
}

#contents .support_foot
{
	margin-bottom: 20px;
}

#contents .support_text
{
	padding: 10px;
	background-color: #000000;
	font-size: 0.8em;
}

#contents .support_text ul
{
	margin-left: 7px;
}

#contents .support_text ul li
{
	list-style: disc;
	font-size: 0.8em;
	margin: 5px 0 5px 10px;
}