@charset "utf-8";
/* 基本レイアウト */

html {
	margin: 0;
	padding: 0;
}
form { margin: 0 0 0 5px; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
    margin: 0;
}


#relation-entry h4{
	font-weight:normal;
}

/* リンク色（ページ全体） */

a { color: #0000ff; text-decoration: underline; }

/*
a:hover { color: #ff6600; }
*/

/* リンク色（サイトタイトル） */

#header a { color: #FFFFFF; text-decoration: none; }


/* ベース色（ヘッダー・サイド・フッター共通） */

#header,#footer,.listlabel
{
    color:#fff; 
    background: #00457C;
}


/* 表示補助 */

.pkg {
	position: static;
	display: block;
	clear: both;
	padding: 5px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg {
	height: 1%;
	padding: 10px;
}
.pkg { display: block; }
/* */


/* ページレイアウト */

body {
    min-width: 780px;
    text-align: center; /* center on ie */
    margin: 0px auto;
    padding: 0;
    font-size: 0.75em;
    background: #FFFFDD;
    line-height: 1.5;
    color: #333;
	/*background: url(http://pc.web-plant.com/tmpl/images/back_gray.gif);*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}




#container
{
    /*position: relative;*/
    width: 780px;
    margin: 0 auto;
	background-color:#DDDDDD;
	/*
	border-left:solid 1px #BBB;
	border-right:solid 1px #BBB;
    */
	text-align: left;
	
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ヘッダー（レイアウト） */

#header {
	/*position: relative;*/
    margin: 0 auto;
	width: 760px; /* necessary for ie win */
	min-height:110px;
	padding-left:20px;
	/*border-bottom: 1px solid #999;*/ 
	/*backgoround: */
	background-color:#00457C;
	/*background: url(http://pc.web-plant.com/tmpl/images/MyHeader001.jpg) no-repeat top ;*/
}
#header h1{
	display:block;
	color: #fff;
	font-size: 20px;
	padding-top:15px;
	margin-bottom:15px;
	font-weight: bold;
    line-height: 1.25;
}

/* ヘッダー（サイトタイトル） */


#banner-navi
{
	margin: 0;
	width:700px;
	float:left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	/*position:absolute;*/
}

#header #ad-banner{
	width:230px;
	margin-left:20px;
	float:right;
	text-align:right;
}

#header #ad-banner *{
	margin:0;
}

#description
{
    clear:both;
	width: 770px;
    margin: 0 auto;
    padding: 5px;
    color: #EEE;
    font-size: 12px;
    line-height: 1.5;
    background: #FF9F00;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}



/* メインコンテンツ全体 基本レイアウト*/


#main
{
     display: inline; /* ie win bugfix */
     position: relative;
     float:right;
     min-height: 1px;
     text-align: left;
     width: 568px;
	 background-color:#FFFFFF;
	
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#menu
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 212px;
	background-color:inherit;
}

#menu .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 5px 5px 10px 5px;
}

#right
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 200px;
}

#right .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 5px;
}
/*�J�e�S���ꗗ*/
#Cate-list .ads-header{
	font-size:1.28em;
}

#Cate-list h3{
	border-left:#FF9F00 solid 7px;
	border-bottom:#999999 solid 1px;
	padding-left:3px;
	margin-top:10px;
}

#Cate-list h3 a{
	text-decoration:none;
}

/* 記事部分レイアウト */


/* 記事部分見出し */

.ad-header {
	font-size: 1.2em;
	margin: 10px 0;
	text-align: left;
	font-weight: bold;
	background: #F3F3F3;
	padding-left:5px;
	clear:both;
}

.ads-header {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}


/* 記事部分コンテンツ */

#new-entry {
	line-height: 1.1;
	margin: 5px 2px 25px;
	width:342px;
	float:left;
}

#new-entry p {
    margin:0 0 2px;
    letter-spacing: 0px;
    line-height: 1.1;

}
/*カテゴリー・アーカイブ*/
.cate-entry{
	line-height: 1.1;
	margin: 5px 2px 25px;
}

.cate-entry p{
	margin:0 0 2px;
    letter-spacing: 0px;
    line-height: 1.1;
}

/*個別エントリー*/
#relation-entry p{
	margin:0 0 2px;
}

/*全てのテンプレート*/
.ad-url{
	margin-top:2px;
}

.ad-url a{
	color:#666;
	font-size:11px;
	text-decoration:none;
	}

.ad-url a:hover{
	color:#666;
	font-size:11px;
	text-decoration:none;
	}

/*投稿記事内部*/
.entry2 {
	line-height: 1.5; 
	margin: 15px 2px;
	clear:both;
	font-size:1.1em;
	}
/*09/03/28にfont-sizeを1.1emに設定*/

.entry2 p { margin: 10px 0; line-height: 1.5; }


.entry2 blockquote{
	margin-left:10px;
	width:90%;
	border:dotted 1px #999999;
	background-color:#EEE;
	padding:10px;
	clear:both;
}


.both {clear: both;}

.entry-footer
{
    margin: 5px 10px 0 0;
    border-top: 1px dotted #dae0e6;
    padding: 5px 0;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.bread
{
    margin: 5px 0 5px 20px;
    text-align: left;
}

.gotop { text-align: right;  clear: both;}

.img
{
    float: left;
    margin-right: 5px;
    text-align: center;
}

/* フッター */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 780px; 
    height: 60px;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    line-height: 60px;
    border-top: 1px solid #ccc;

}

/* サイドメニュー内部 */

.listlabel
{
    width: auto;
    margin: 0;
    padding: 2px;
    font-size: 12px;
	height:16px;
    text-align: center;
    font-weight: bold;
    /*
	border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
	*/
}

.module-content,.module-content2 {
    margin: 0;
    font-size: 12px;
    padding: 10px;
    color:#666;
    line-height: 1.5;
    /*
	border: 1px solid #999;
	*/
}
.module-content3 {
    margin: 0;
    font-size: 12px;
    padding: 5px;
    color:#666;
    line-height: 1.5;
    /*
	border: 1px solid #999;
	*/
}
#ads-link{
	padding: 10px;
	border-top:solid 18px #00457C;

}
.module-content p {
   padding: 0 0 5px;
   margin: 0;
}

.module-content2 p {
   padding: 0 0 20px;
   margin: 0;
}

ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-content li
{
    display: block;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.center { text-align: center; }

#cate-entries{
	width:360px;
	margin-top:10px;
	clear:both;
	}
	
	
#relation-entry{
	margin-top:1em;
}

/*�A�h�Z���X�ݒ�p*/
.ad-link{
margin-top:2px;
}
.ad-link a{
	color:#666;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	}
.ad-link a:hover{
	color:#666;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	}
	

#search{
	clear:both;
	
	}
	
.box{
	margin:0 2em;
	padding:1em;
	background-color:#C7DADA;
	border:dotted 1px #CCC;
	}
	
/*エントリータイトル下に並べて表示する為のものだったはず*/
#ads-inner{
	width:202px;
	margin-left:8px;
	float:left;

	}
#ads-inner div{
	padding-bottom:10px;
	margin-top:5px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}

#under_title{
	background-image:url(images/design/goldsquare.png);
	background-repeat:no-repeat;
	width:161px;
	height:161px;
	float:right;
	padding-top:18px;
	padding-left:18px;
	margin-left:5px;
}
	
