/* ==========================ページ全体の設定======================= */

body {
	margin: 0;
	padding: 0;
	background-color: #bdd6d9;
	text-align: center;
	font-family: verdana, arial, Osaka, Sans-Serif;
	color:#838383;
	font-size:12px;
	background:url(img/bg.gif) repeat-x;
}

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

/* ==========================リンクの設定======================= */
a  { color: #309; font-weight: 200; text-decoration: underline }

a:visited  { color: #036; text-decoration: underline }

a:active  { color: #066; text-decoration: underline }

a:hover  { color: #999; text-decoration: none }

/* ==========================全体を囲んでいる領域======================= */

#container {
	margin:20px auto;
	text-align: left;
	width: 800px;
	padding:0px;
	background:#fff
}

/* ==========================タイトル・バナー部分======================= */
#banner {
	border-bottom:1px solid #ccc;
}

.title {
	width:790px;
	height:85px;
	border:5px solid #fff;
                text-align: right;
	background:url(img/banner-bg.gif) no-repeat;
	/*background:url(img/header.jpg) no-repeat;*/
	margin-top:0px;
	padding:15px 0 0 0;
                /*background-color:#ff0000;*/
                
}

/* ==========================タイトル文字部分======================= */


.title h1 a  { color: #f60; font-size: 17px; text-decoration: none; padding-bottom: 0; padding-left: 25px }

.title h1 a:visited  { color: #f36; font-size: 16px; text-decoration: none; padding-left: 25px }

.title h1 a:hover {
	color:#666;
	text-decoration: none;
	font-size:16px;
	padding-left:25px;
}



/* ==========================左メニュー部分の設定======================= */

#left { 
	width: 200px;
	overflow: hidden;
	font-size:12px;
	color:#484848;
	margin:0;
	padding:5px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
	vertical-align:top;
}


/* ==========================検索領域======================= */

.search { 
	margin-top:10px;
	border-top:2px dotted #fff;
	border-bottom:2px dotted #fff;
	padding:10px;

}


/* ==========================カテゴリ======================= */


.cate  { background-color: #fc9; margin-top: 5px; padding: 10px 5px; width: 190px }


.cate_in {
	margin-left:10px;
}


.cate ul {
	padding: 0px;
	margin: 0px;
}


.cate ul li  { color: #2a4e66; font-size: 12px; font-weight: bold; background: url(img/arrow.gif) no-repeat left top; text-align: left; letter-spacing: 1px; list-style-type: none; margin-top: 5px; margin-right: 3px; padding: 3px 0 5px 25px }


.cate ul li ul {
	margin:0px;
	padding:0px;
}

.cate ul li ul li  { color: #339; font-weight: normal; background: url(img/chart.gif) no-repeat left center; margin: 5px 0 0; padding: 8px 0 2px 15px; border-bottom: medium none }

.cate ul li ul li a:link {
	color:#3c5760;
	text-decoration:none;
	}

.cate ul li ul li a:active  { color: #036; text-decoration: none }

.cate ul li ul li a:visited {
	color:#3c5760;
	text-decoration:none;
	}


.cate ul li ul li a:hover {
	color: #61b3d6;
	text-decoration:none;
	}




/* ==========================メール======================= */

.mail { 
	padding:10px;
	width:275px;
	line-height:150%;
	float:right;
	border-top:1px solid #CCC;
}


/* ==========================atom======================= */

.atom { 
	padding:10px;
}


/* ==========================右側メイン領域======================= */

#content { /* 右側メイン領域 */
	width: 600px;
	overflow: hidden;
	margin:0px;
	background:#fff;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}


.main {
	font-size:12px;
	color:#484848;

}


/* ==========================写真======================= */

.photo{
	background:url(img/photo.jpg) no-repeat;
	height:170px;
	padding:15px;
	border-bottom:1px solid #CCC;
}

.photo h2 {
	font-size:12px;
	font-weight:normal;
	padding-right:30px;
	text-align:right;
	line-height:150%;
}


/* ==========================メインページエントリー======================= */

.pickup {
	padding:10px;
	margin-top:3px;
	width:275px;
	line-height:150%;
	float:right;
	border-top:1px solid #CCC;
	/*background:#f4f0db;*/

}


.pickup ul {
	margin:0;
	padding10px;
	list-style-type:none;
}

.pickup ul li {
	padding:3px 0 3px 15px;
	background:url(img/arrow2.gif) left center no-repeat;
}

.information {
	padding:10px;
	width:275px;
	line-height:150%;
	float:right;
	border-top:1px solid #CCC;

}

.main_entry {
	margin-top:3px;
	margin-bottom:0px;
	width:272px;
	border-top:1px solid #CCC;#c1c184;
	padding:10px;
	border-right:1px solid #CCC;
	float:left;
}

.main_entry_box img {
	margin-right:10px;
	float:left;
}

.date {
	font-size:10px;
	padding:10px 5px 5px 15px;
	background:url(img/arrow3.gif) left center no-repeat;
	margin-top:10px;

}

.main_entry p {
	text-align:right;
	padding:0 5px 10px 0;
}



/* ==========================エントリータイトル======================= */
.entry-header {
	margin:0 0 10px 0;
}


.entry-header a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


.main_entry_box {
	border-bottom:1px dotted #ccc;
	clear:both;
}


.entry-header2   { color: #7477d0; font-size: 13px; background: url(img/arrow4.gif) no-repeat left center; margin: 20px 30px; padding: 5px 10px 5px 25px; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc }

.entry-header2 a {
	text-decoration:none;
}



.cate-name {
	margin:10px 5px;
	font-size:13px;
	background:#ffffff;
	padding:5px 10px;
}


/* ==========================エントリー======================= */

.entry {
	margin: 10px 30px 15px 30px;
	color: #696969;
	background: #ffffff;
	font-size: 12px;
	line-height:150%;
}

.entry img {
	margin:5px 10px 10px 5px;
	float:left;
}



/* ==========================エントリー追記======================= */

.entry-more{
	padding:5px;
}

/* ==========================投稿者======================= */

.entry-footer {
	width:550px;
	margin: 10px 0 0 0;
	border-top: 1px dotted #36414d;
	text-align: right;
	color: #748CAB;
	font-size: 10px;
}

/* ================================================= */
.gaiyou {
	margin-top: 10px;
	margin-bottom: 25px;
}


.gaiyou dt {
        padding: 0 0 0 5px;
}


.gaiyou dd {
        line-height: 160%;
        margin: -1.6em 0 0.8em 9em;
        border-bottom: 1px solid #dcdcdc;
}


/* ==========================フッター======================= */
.footer {
	padding:5px;
	text-align:center;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.footer-back {
	background:url(img/footer.gif) repeat-x;
	font-size: 10px;
	color:#fff;
	height:30px;
	padding-top:10px;
}



.clear {
	clear:both;
}



/* ==========================レビュー======================= */

#comments {
	margin: 60px 30px 15px 30px;
	color: #748CAB;
	font-size: 12px;
	line-height:150%;

}

.comments-header {
	border-top:1px dotted #ccc;
	margin: 0;
	padding:10px 0 10px 20px;;
	background:url(img/review-icon.gif) left center no-repeat;
	font-size:12px;
	letter-spacing:2px;
}

.comment-content{
	background:#f4f0db;
	padding:5px 15px;
	margin:10px;
}

.post{
	text-align:right;
	margin:2px;
}

#comments-open {
	margin: 20px 0;
}

.comments-open-header {
	border-top:1px dotted #ccc;
	margin: 0;
	padding:10px 0 10px 20px;;
	font-size:12px;
	letter-spacing:2px;
	background:url(img/review-icon.gif) left center no-repeat;
}

.comments-open-moderated{
	padding:0 20px;
}

#comments-open-data{
	padding:0 20px;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 350px;
}

#comments-open-data label {
    display: block;
}

#modal_container {
  padding:8px;
  background-color:#fff;
  border:1px solid #666;
  overflow:hidden;
  font-family:Arial,Osaka,Sans-serif;
  font-size:95%;
  color:#333;
  text-align:left;
  line-height:1.6;
} 
#modal_overlay {
  background-color:#000;
}





