/* ------ 全体の設定 ------ */

body {
margin: 0px auto;
padding: 0px;
background-color: #eee;
}

div, td {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
border: 0px solid #ffcccc;
}

table {
table-layout: fixed;
}



/* ------ 全体のリンク色の設定 ------ */

a{
color: #0000cc; text-decoration: underline; }
a:link {
color:#0000cc; text-decoration:underline; }
a:visited {
color:#0000cc; text-decoration:underline; }
a:active {
color:#cc6633; text-decoration:underline; }
a:hover {
color:#cc3333; text-decoration:underline;
}

/* ------ 見出しの設定 ------ */

h1, h2, h3 {
margin: 0px;
padding: 0px;
}

/* ------ リストの設定 ------ */

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

li {
margin: 0px;
padding:0px;
}


/* ------ コンテナボックス設定 ------ */

#container {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	width: 720px;
}



/* ------ ヘッダーの設定 ------ */

#header {
margin: 0;
padding: 0;
height: 90px;
text-align: left;
	background-image: url(./files/rengo_banner2.gif);


}

.site_title {
margin: 0;
padding: 30px 0px 0px 25px;
font-size: 100%;
font-weight: bolder;
}

.site_title a {
color: #ffffcc; text-decoration: none; }
.site_title a:link {
color: #ffffcc; text-decoration: none; }
.site_title a:visited {
color: #ffffcc; text-decoration: none; }
.site_title a:active {
color: #ffffcc; text-decoration: none; }
.site_title a:hover {
color: #ffffff; text-decoration: none;　
}

.logo_left{
float: left;
text-align: left;
width: 200px;
}

.banner_right{
padding: 25px 0px 0px 0px;
font-size: 12px;
color: #ffffcc;
text-align: right;
float: right;
width: 500px;
border: 0px solid #ccc;
}


/* ------ ナビゲーションの設定 ------ */

#navigation {
margin: 0px;
padding:  7px 30px 7px 30px;
color: #eee;
background-color: #3B6783;
font-size: 12px;
}


#navigation a {
color: #ffffcc; text-decoration: none; }
#navigation a:link {
color: #ffffcc; text-decoration: none; }
#navigation a:visited {
color: #ffffcc; text-decoration: none; }
#navigation a:active {
color: #ffffcc; text-decoration: none; }
#navigation a:hover {
color: #ffffff; text-decoration: underline;　
}


.description {
margin: 0px
padding: 0px;
font-size: 12px;
color: #ffffcc;
}

/* ------ バナーの設定 ------ */

#banner {
font-size: 12px;
font-family: Verdana, sans-serif;
color: #333;
margin: 0px;
padding:  15px 5px 10px 30px;
text-align: left;
clear: both;
}


/* ------ ボックス構造（中央・右） ------ */
/* ------ コンテンツ全体の囲み ------ */

#main {
margin: 0;
padding: 10px 0px 10px 10px;
background-color: #ffffff;
border: 0px solid #999;
height: 400px;
}

/* ------ 中央エリアの設定 ------ */

#contents {
float: left;
width: 460px;
margin:  0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 0px solid #ccc;
}


/* ------ 右サイドバーの設定 ------ */

#side {
float: left;
margin:  0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 215px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 0px solid #ccc;
}

/* ------ コンテンツとサイドパーツの設定 ------ */


/* ------ メインタイトル ------ */

.main_title {
font-size: 100%;
line-height:120%;
font-weight: bolder;
color: #222;
margin: 15px 0px 15px 0px;
padding: 0px 0px 0px 0px;
text-shadow: 2px 2px 3px #ccc ;
}

.contents_title {
font-size: 100%;
line-height:120%;
font-weight: bolder;
color: #000066;
margin: 15px 0px 15px 0px;
padding: 0px 0px 0px 0px;
text-shadow: 2px 2px 3px #ccc ;
}


/* ------ サブナビゲーションの設定 ------ */

.entry_navi {
margin: 10px 0px 5px 0px;
font-size: 10px;
text-align: center;
}

/* ------ エントリーの設定 ------ */

.entry {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-bottom: 1px solid #ccc;	
}

/* ------ エントリータイトル ------ */


.entry_title {
font-family: Verdana, sans-serif;
font-size: 80%;
font-weight: bold;
color: #222;
background-color: #eee;
line-height: 100%;
border-bottom: 1px solid #ccc;
margin: 0px 0px 0px 0px;
padding: 6px 0px 6px 10px;
text-shadow: 2px 2px 3px #ccc ;
}



/* ------ エントリー本文 ------ */

.entry_body {
font-size: 80%;
line-height: 170%;
color: #222;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 13px;
}


/* ------ 投稿者名 ------ */

.entry_author {
font-size: 75%;
font-weight: normal;
text-align: right;
color: #666;
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 13px;
}

/* ------ 追記 ------ */

.entry_more {
font-size: 85%;
line-height: 150%;
color: #111;
margin: 15px 0px 10px 0px;
padding: 0px 0px 0px 13px;
}

/* ------ 投稿時間　他 ------ */

.entry_state {
font-size: 65%;
color: #666666;
margin: 5px 5px 0px 0px;
padding: 7px 0px 7px 5px;
text-align: right;
}

/* ------ コメントの設定 ------ */

.comment {
margin: 20px 0px 20px 0px;
padding: 0px 5px 5px 0px;	
}

.comment_title {
font-size: 75%;
line-height:120%;
font-weight: bolder;
color: #666666;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 6px;
border-left: 6px solid #666666;
}

.comment_author {
font-size: 65%;
font-weight: normal;
text-align:left;
color: #666666;
margin: 5px 0px 25px 13px;
padding: 0px 0px 5px 2px;
border-bottom: 1px solid #cccccc;
}

/* ------ トラックバックの設定 ------ */

.trackback {
margin: 20px 0px 20px 0px;
padding: 0px 5px 5px 0px;	
}

.trackback_title {
font-size: 75%;
line-height:120%;
font-weight: bolder;
color: #666666;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 6px;
border-left: 6px solid #666666;
}

.trackback_url {
font-size: 12px;
line-height:120%;
color: #333333;
background: #ffffff;
padding: 0px 0px 0px 13px;	
}

.trackback_author {
font-size: 65%;
font-weight: normal;
text-align:left;
color: #666;
margin: 5px 0px 25px 13px;
padding: 0px 0px 5px 2px;
border-bottom: 1px solid #cccccc;
}

/* ------ ページリンクの設定 ------ */

.paging {
font-family: Verdana, sans-serif;
font-size: 9px;
color: #666;
text-align: center;
margin: 10px 0 10px 0;
}

/* ------ サイドバーの設定 ------ */

.links {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-bottom: 1px solid #ccc;
}

/* ------ サイドバータイトルの設定 ------ */

.linktitle {
font-family: Verdana, sans-serif;
font-size: 80%;
font-weight: bold;
color: #222;
background-color: #eee;
line-height: 100%;
border-bottom: 1px solid #ccc;
margin: 0px 0px 0px 0px;
padding: 6px 0px 6px 10px;
text-shadow: 2px 2px 3px #ccc ;
}

/* ------ サイドバーコンテンツ ------ */

.linktext {
font-size: 80%;
color: #222;
line-height: 170%;
padding: 6px 10px 6px 10px;
border: 0px solid #333;
}

/* ------ 入力フォームの設定 ------ */

input, textarea {
color: #333;
background-color: #fffffe;
border: 1px solid #999;
margin: 3px 0px 3px 0px;
}

/* ------ 検索フォームの設定 ------ */

.search {
margin: 10px 0px 10px 0px;
font-size: 12px;
}

.button {
margin: 0px 0px 1px 0px;
padding: 0px 1px 0px 1px;
font-size: 12px;
font-family: Verdana, sans-serif;
background-color: #eee;
}

form {
margin: 0px;
padding: 0px;
}

/* ------ その他の設定 ------ */

blockquote {
font-size: 65%;
color: #666666;
margin: 20px 10px 20px 10px;
padding: 10px;
border: 1px solid #CCCCCC;
}


/* ------ ボックス解除指定 ------ */

.clear {
clear: both;
font: 0px/0px sans-serif;
}

/* ------ フッタメニューの設定 ------ */

#footermenu {
font-size:12px;
margin: 0px 0px 0px 0px;
padding: 8px 20px 8px 20px;
text-align:right;
border-bottom: 1px solid #ccc;
}



/* ------ フッタの設定 ------ */

#foot {
margin: 10px 0px 0px 0px;
padding: 5px 0px 10px 0px;
text-align: center;
}

.copyright {
font-size: 10px;
font-family: Verdana, sans-serif;
color: #666;
margin: 0px;
padding: 10px 0px 0px 0px;
letter-spacing:1px;
width:auto;
}

.page_top {
font-size: 9px;
font-family: Verdana, sans-serif;
margin: 0px;
padding-right: 40px;
padding-bottom: 30px;
text-align: right;
}

/* ------ sns_portal.css ----- */
