@charset "shift_jis"; 

/*共通-----------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

body {
	background-color: #2e373d;
	background-image: url(../common_img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.5;
	font-size:12px;
	color:#dadadd;
}
ul,li {
	list-style:none;
	line-height:1.5;
	/*margin-bottom:5px;*/
}

li img	{
	vertical-align:middle;
}
table {
	boreder:0;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

a,
a:link,
a:visited {
	color:#c8c873;
}

a:hover,
a:active {
	color:#FF6600;
	text-decoration:underline;
}

/*テキスト系*/
.txt10	{
	font-size:10px;
}

.txt12	{
	font-size:12px;
}

.txt12red	{
	font-size:12px;
	color:#FF0000;
}

.txt12orange	{
	font-size:12px;
	color:#ff9900;
}

/*マージン系*/
.mt10	{
	margin-top:10px;
}
.mt20	{
	margin-top:20px;
}
.ml20	{
	margin-left:20px;
}

.right	{
	float:right;
	text-align:right;
}

/*レイアウト----------------------------------------------------------------------*/
#wrapper {
	width:725px;
	margin:0px auto;
	background:#4b577f url(../common_img/bg.jpg) repeat-x top;
	padding-top:7px;
}

/*グローバルメニュー*/
#globalnavi {
	margin:0px 0px 16px 0px;
}
#globalnavi li {
	list-style-type:none;
	float:left;
}
#globalnavi li a img {
	vertical-align:top;
}


/*ヘッダー*/
#header {
	width:725px;
	background-color:#4b5582;
}

#logo {
	float:left;
}

#header-navi {
	float:right;
	width:157px;
	margin-top:14px;
}

#header-navi li {
	float:left;
	padding-right:12px;
}

/*メイン画像*/
#title,#main_title {
	border-bottom:#2e373d solid 5px;
	padding-bottom:12px;
	width:700px;
	margin:0 12px 12px 13px;
}

/*コンテンツ*/
#content-wrapper {
	padding:0px 12px 0px 13px;
}

/*メインコンテンツ*/
#content-main {
	padding-top:0px;
	width:544px;
	float:left;
}

#content-main h3 {
	margin:0px 0px 20px 0px;
	font-size:25px;
	font-weight:bold;
	background:url(../common_img/h2_icon.gif) no-repeat left;
	padding-left:15px;
	clear:both;
}

#content-main-login {
	padding-top:0px;
	width:544px;
	float:left;
}

#content-main-login h3 {
	margin:0px 0px 20px 0px;
	font-size:12px;
	font-weight:bold;
	clear:both;
}

#content-main h3 img{
	float:none;
	margin:0px;
}

#content-main-login h3 img{
	float:none;
	margin:0px;
	margin-right:10px;
}


#content-main hr	{
	border-bottom:#32373c dotted 1px;
	height:1px;
	margin:20px 0px 10px 0px;
}

#content-main-login hr	{
	border-bottom:#32373c dotted 1px;
	height:1px;
	margin:10px 0px 10px 0px;
}

p#main	{
	border-bottom:#32373c solid 1px;
	padding-bottom:20px;
	margin-bottom:20px;
}

#content-main-login p#main	{
	border:none;
	padding-bottom:20px;
	margin-bottom:20px;
}


#current h4 {
	font-size:15px;
	font-weight:bold;
	border-bottom:#32373c dotted 1px;
	padding-bottom:5px;
	margin-bottom:5px;
}

/*最新の記事*/
#current img {
	float:left;
	margin-right:20px;
}
#current p {
	border-bottom:#32373c solid 1px;
	padding-bottom:12px;
	margin-bottom:12px;
}

/*過去の記事*/
#archive {

}

#archive li {
	padding-left:20px;
	background:url(../common_img/i_arraw.gif) left center no-repeat;
	margin-bottom:5px;
}
/*記事詳細*/
#article	{
	padding:20px 0px;
	margin:20px 0px;
}

#article	h4	{
	font-size:12px;
	margin-bottom:10px;
}

#article img	{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#article p	{
	
}

#article table	{
	width:544px;
}

#article hr	{
	border-bottom:#32373c dotted 1px;
	height:1px;
}

#article th	{
	background:#2e373d;
	font-weight:normal;
	text-align:right;
	padding:5px;
	width:80px;
}

#article td	{
	font-weight:normal;
	padding:5px;

}

#article .column	{
	border-bottom:#32373c dotted 1px;
	padding:20px 0px;
}

#item	{
	margin:10px 0px;
}

#item	hr	{
	margin:20px 0px;
}

#calendar		{
	margin-top:20px;
}

#calendar	table	{
	width:544px;
}

#calendar	td	{
	padding:5px;
	border-top:#dadadd 1px solid;
}

/*右サイド*/
#content-sub {
	width:125px;
	float:right;
}
#title-sub {
	margin-bottom:12px;
}
#login {
	padding-bottom:10px;
	margin-bottom:12px;
	border-bottom:2px dotted #dadadd;
	width:125px;
}

#content-main-login #login	{
	padding-bottom:10px;
	margin-bottom:12px;
	width:125px;
	border:none;
}


#login-in {
	padding-bottom:10px;
	margin-bottom:12px;
	width:125px;
}

#login-forget{
	padding-bottom:10px;
	margin-bottom:12px;
}
#login-in ul {
	margin-top:10px;
	padding:10px 0px;
	border-top:2px dotted #dadadd;
	border-bottom:2px dotted #dadadd;
}

#login img {
	margin-bottom:5px;
}
#login input {
	margin-bottom:5px;
	width:120px;
}
#login-btn {
	text-align:center;
}

#login-btn input {
	width:99px;
	height:22px;
}

#content-sub h3 {
	margin-bottom:12px;
}

#pickup	{

}

#pickup .article {
	border-bottom:solid 1px #dadadd;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
}

#pickup .article img {
	margin-bottom:10px;
}

#pickup .article h4 {
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
#pickup .article p {
	font-size:10px;
	text-align:left;
}

#subnavi {
	margin-bottom:12px;
}

#subnavi li {
	padding-left:15px;
	background:url(../common_img/i_square.gif) left center no-repeat;
	line-height:2;
	font-size:12px;
	font-weight:bold;
}

#blog-navi	{
	border-top:solid 1px #dadadd;
	border-bottom:solid 1px #dadadd;
	padding:0px 0px 10px 0px;
	margin-bottom:20px;
}

#blog-navi	h4	{
	margin-top:10px;
	font-size:12px;
}

#form	{
	margin-top:20px;
}

#apply-promise	{
	margin:10px 0px;
	height:200px;
	overflow:auto;
}

#apply-promise	dd	{
	margin:0px 0px 10px 0px;
}

/*フッター*/
#footer {
	clear:both;
	width:700px;
	margin:0 12px 0 13px;
	border-top:5px solid #2e373d;
	padding:10px 0;
	text-align:center;
}

#footer address {
	font-style: normal;
}

.clear {
	clear:both;
}
