@charset "UTF-8";

/*
Copyright: Living Engine LLC.
URL: http://www.living-engine.jp/
*/

/*************** ウインドウ定義 ***************/

html	{
	overflow-y: scroll;
}

/*************** グローバル設定 ***************/
body{
	background-color: #1F286E;
	background-image: url(/common/img/body_bg.gif);
	background-repeat: repeat-x;
	color: #333;
	font-size: 100%;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック';
	margin: 0;
	padding: 0;
}

a:link,
a:visited,
a:active	{
	color: #017acd;
	text-decoration: none;
}

a:hover	{
	color: #017acd;
	text-decoration: underline;
}

/*************** コンテナ ***************/
div#container	{
	width: 760px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
}


/*************** ヘッダ ***************/
div#header	{
	background-image: url(/common/img/header_bg.jpg);
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

div#header h1	{
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 150%;
}

div#header h1 a:link,
div#header h1 a:visited,
div#header h1 a:active	{
	color: #e3eff5;
	text-decoration: none;
}

div#header h1 a:hover	{
	color: #e3eff5;
	text-decoration: underline;
}

div#header p	{
	color: #e3eff5;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

div#header p.description	{
	color: #e3eff5;
	font-size: 75%;
	margin: 0 0 5px 0;
	padding: 5px 0 0 15px;
	text-align: right;
}

div#header .maillink {
	float: right;
	margin: 10px 15px 0 0;
	padding: 0;
}


/*************** トップイメージ ***************/
div#topimg	{
	margin: 0 auto;
	padding: 0;
}

/*************** コンテンツ ***************/
div#content	{
	clear: both;
	margin: 15px auto 0 auto;
	padding: 0;
}

/*************** メイン（alpha） ***************/
div#alpha	{
	width: 540px;
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 75%;
	background-image: url(/common/img/alpha_bg.gif);
	background-repeat: no-repeat;
}

div#alpha h2	{
	margin: 0;
	background-color: #005087;
	color: #ff0;
	font-size: 90%;
	line-height: 23px;
	padding-left: 10px;
}

div#alpha h3	{
	background-color: #eee;
	background-image: url(/common/img/h3_bg.gif);
	background-repeat: no-repeat;
	color: #333;
	font-size: 120%;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 0;
}

div#alpha h4	{
	border-bottom: 1px dotted #333;
	font-size: 120%;
	line-height: 23px;
	padding-left: 5px;
	margin: 15px 0 10px 0;
}

div#alpha p {
	line-height: 1.6;
	margin: 4px;
}

div#alpha ul,
div#alpha ul li,
div#alpha ol,
div#alpha ol li	{
	font-weight: bold;
	line-height: 1.6;
	margin: 4px 0 0 0;
}

div#alpha ul p,
div#alpha ol p	{
	font-weight: normal;
}

div#alpha blockquote	{
	background-color: #eee;
	color: #333;
	line-height: 1.6;
	margin: 30px;
	padding: 15px;
	border: 1px solid #ccc;
}

/*************** RSS（alpha） ***************/
div#alpha div#rssfeed h2,
div#alpha div#rssfeed .rssChannel	{
	background-color: #eee;
	background-image: url(/common/img/h3_bg.gif);
	background-repeat: no-repeat;
	color: #333;
	font-size: 88.8%;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;
}

div#alpha div#rssfeed .rssItem	{
	font-size: 75%;
	line-height: 1.6;
	margin-top: 10px;
}

/*************** サイドバー（beta） ***************/
div#beta	{
	width: 170px;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
}

div#beta .sidemenu ul	{
	font-size: 75%;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
}

div#beta .sidemenu ul li	{
	list-style-type: none;
}

div#beta .sidemenu ul li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	background-color: #005087;
	border-bottom: solid 1px #fff;
	padding-left: 10px;
}

div#beta .sidemenu ul li a:hover	{
	background-color: #017acd;
}

div#beta .singlebnnr	{
	width: 170px;
	float: left;
	margin: 5px 0;
}


/*************** フッター ***************/
div#footer	{
	clear: both;
	background-image: url(/common/img/line_foot.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	padding : 20px 0 10px 0;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active	{
	text-decoration: none;
}

div#footer a:hover	{
	text-decoration: underline;
}

address	{
	font-size: 75%;
	font-style: normal;
	text-align: center;
}


div#footer p.footlink {
	font-size: 70%;
	font-style: normal;
	text-align: center;
}


/*************** 共通パーツ ***************/
.tablestyle {
	margin: 20px 20px 20px 40px;
}

.tablestyle table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

.tablestyle td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: top;
	padding:4px 10px;
}

.tablestyle th {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: top;
	padding:4px 10px;
	font-weight:bold;
	background-color:#EEF7F7;
}

#tablestyle p{
line-height:120%;
}

.clearfix {
	clear: both;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: left;
}

.txtbold {
	font-weight: bold;
}

.txtcaution {
	font-weight: bold;
	color: #f00;
}

.txtcautionb {
	font-weight: bold;
	color: #00f;
}

.txtnote {
	font-size: 75%;
	font-weight: bold;
}