﻿/*** anchors ***/
body {
	font-family: Tahoma, "MS UI Gothic", "ＭＳ Ｐゴシック","ヒラギノ角ゴシックW3", OSAKA;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
}

h1, h2, h3 { margin: 0px; padding: 0px; font-weight: normal; }


/*** anchors ***/
a { text-decoration: none; }
a:link { color: #006699; }
a:visited { color: #006699; }
a:active { color: #006699; }
a:hover { color: #CC0000; text-decoration: underline; }

/************************************************/
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 800px;
	border: 1px solid #AAA;
	padding: 0;
	overflow: hidden;
}

#banner {
	height: 150px;
	text-align: left;
	padding-left: 170px;
	padding-top: 12px;
	background-repeat:no-repeat;
	background-image: url("img/top_os1.jpg");
}

#menu {
	margin: 10px;
	border: 0;
	font-size: 12px;
}

#center {
	margin: 16px 8px 10px 8px;
	border: 0;
	float: left;
	width: 584px;
	overflow: hidden;
	font-size: 12px;
	}

#right {
	margin: 16px 4px 10px 0px;
	float: right;
	width: 184px;
	overflow: hidden;
	}

/************ #banner block ***************/
#banner-img {
	display: none;
	}
#banner a {
	color: #666666;
	text-decoration: none;
	}
#banner h1 {
	font-size: 12px;
	line-height: 100%;
	}
#banner h2 {
	font-size: 10px;
	}

/************ #menu block ***************/
#menu .panorama {
	display: block;
	margin-right: 12px;
	width: 140px;
	height : 20px;
	border: 1px solid #aaaaaa;
	float:left;
	text-align: center;
	}

#menu .qtvr {
	display: block;
	margin-right: 12px;
	width: 140px;
	height : 20px;
	border: 1px solid #aaaaaa;
	float:left;
	text-align: center;
	}

#menu .other {
	display: block;
	margin-right: 12px;
	width: 140px;
	height : 20px;
	border: 1px solid #aaaaaa;
	float:left;
	text-align: center;
	}

/************ #center block ***************/
#center p {
	margin-bottom: 16px;
	}

#center TABLE {
	font-size: 12px;
	}

#center blockquote {
	}

#center li {
	}

#center h2 {
	font-size: 14px;
	margin-bottom: 8px;
	color: #666666;
	font-weight: bold;
	}

#center h3 {
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #ddd;	
	background-color: #F0F0F0;
	color: #666;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	}

#center p.posted {
	margin-bottom: 25px;
	padding: 3px;
	border-top: 1px solid #cccccc;
	color: #aaaaaa;
	font-size: 10px;
	text-align: left;
	line-height: normal;
	}




/***************************/
.newpano {
	clear: both;
	margin-bottom: 32px;
}
.newpano .thumbimg {
	float: left;
	width: 400px;
}
.newpano .thumbtext {
	width: 100px;
}
.newpano .thumbtext .spec {
	font-size: 10px;
	line-height: 1.4em;
}
.newpano .thumbtext .spec {
	font-size: 10px;
	line-height: 1.4em;
}
.feature_title {
	clear: both;
	margin: 0 0 16px 0;
}

/************ #right block .sidebar ***************/
#right .menu {
	width: 100%;
    margin: 0 0 5px 0;
	border-collapse: collapse;
	font-size: 11px;
	}

#right .menu TH {
	margin: 0;
	padding: 3px 0px 2px 0px;
	border: 1px solid silver;
	background-color: #000066;
	color: #fff;
	font-size: 11px;
	text-align: center;
	}

#right .menu TD {
	margin: 0;
	padding: 4px 2px 4px 4px;
	border: 1px solid silver;
	}

#right .menu TD P {
	margin: 0;
	padding: 0 ;
	line-height: 130%;
	}


#right ul {
	margin: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	}

#right li {
	margin-top: 10px;
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 150%;
	list-style-type: none;	
	}

#right #categories ul {
	padding-left: 15px;
	}


.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	}

/* Powered by */
#powered {
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 6px;
	}

/*  コメント */
#comment-data {
	width: 180px;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px dotted #BBB;
	text-align: left;
	}

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}

/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 0px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}
