@charset "utf-8";

/* ページ全体の基本的な設定と背景色 */
	body {
		margin: 0px 0px 20px 0px;
		background:#ffffff;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		text-align : center ;
	}

/* リンク文字設定 */
	a {
		color: #8FABBE;
		text-decoration: underline;
	}
	a:link {
		color: #8FABBE;
		background: none;
	}
	a:visited {
		color: #8FABBE;
		background: none;
	}
	a:active {
		color: #8FABBE;
		background: none;
	}
	a:hover {
		color: #006699;
		background: none;
	}

/* h1h2h3 */
	h1{
		margin: 0px;
		padding: 0px;
	}
		
	h2{
		margin: 0px;
		padding: 0px;
	}

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

/* カラム全体 */
	#box {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		width: 945px;
		padding: 0px 0px 15px 20px;
		background-color: #FFFFFF;
	}

/* タイトル名 */
	#banner {
	position: relative;
	z-index: 1;
	color:#999999;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	height:210px;
	text-align:center;
	border-bottom: 0px solid #666699;
	background: url(../img/q2head_bg.jpg) no-repeat left top;
	}
	#banner a {
	display:block;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
	height:210px;
	width:100%;
	text-align:center;
	background: url(../img/top_img.png) no-repeat center center!important;
	_background: url(../img/top_img.gif) no-repeat center center!important;
	}

/* タイトル名の文字のリンク色 */
	#banner a {
		font-weight:normal;
		font-size: 32px;
		font-family: "ＭＳゴシック",sans-serif;
		text-decoration: none;
	}
	#banner a:link{
		color: #999999;
		background: none;
	}
	#banner a:visited{
		font-size: 32px;
		color: #999999;
		background: none;
	}
	#banner a:active,
	#banner a:hover {
		font-size: 32px;
		color: #999999;
		background: none;
	}
	#banner h2 {
		color: #999999;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

/* サイト説明文 */
	.description {
		color: #999999;
		font-size: 12px;
	}

/* エントリーのある大段落（3カラム） */
	#content {
		float: right;
		width: 745px;
		margin-bottom : 10px ;
		padding-top : 15px ;

	}

/* エントリーのある大段落（1カラム） */
	#container {
		margin-top : 0px ;
		margin-bottom : 10px ;
	}

/* エントリー別の段落 */
	.blog {
		padding:0px;
		font-size:small;
		font-weight:normal;
		color: #666666;
	}


/* ボディコピー */
	.bodycopy {
		padding:0px;
		font-size: 12px;
		letter-spacing:0.1em;
		font-weight:normal;
		color: #666666;
		line-height:180%;
		padding-bottom:20px;
	}



/* 各エントリー */
	.blogbody {
		background:#EEEEEE;
		background-position:right; 
		background-repeat:repeat-y; 
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding:20px 20px 20px 20px;
		margin-bottom:20px; 
		width : auto ;
	}

/* タイトルと本文の行間を狭くする対処 */
	.blogbody p {
		margin-top: 5px;
		margin-bottom: 20px;
		line-height:160%;
	}

/* 各エントリーの文字のリンク色 */
	.blogbody a {
		color: #8FABBE;
		text-decoration: underline;
	}
	.blogbody a:link {
		color: #8FABBE;
		background: none;
	}
	.blogbody a:visited {
		color: #8FABBE;
		background: none;
	}
	.blogbody a:active {
		color: #8FABBE;
		background: none;
	}
	.blogbody a:hover {
		color: #006699;
		background: none;
	}

/* エントリーの画像（左に配置した時の文章とのマージン） 2004.07.20追加 */
	.blogbody img {
		margin-right: 8px;
		margin-bottom: 10px;
	}

/* 記事のタイトル */
	.blogbody h1	{
		font-size: 24px;
		color: #666666;
		padding-top:3px;
		padding-left:8px;
		padding-bottom:3px;
		border-left: 12px solid  #003C81;
		margin-bottom:20px;
	}

/* 記事のタイトル（日付け） */
	.blogbody h2	{
		font-size: 12px;
		color: #666666;
		padding-top:3px;
		padding-left:8px;
		padding-bottom:3px;
		border-left: 12px solid  #003C81;
	}


/* 「ホーム」等へのリンク部分（トップページ以外） */
	#menu {
		font-size: 12px;
		font-weight:bold;
		background: none;
		margin-bottom:10px;
		padding-top:3px;
		text-align:center;
	}

/* エントリーの日付 */
	.date	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight:normal;
		color: #ffffff;
		background: #8FABBE;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		padding-top:2px;
		padding-bottom:2px;
		padding-left:0px;
		margin-top:6px;
		margin-left:0px;
		margin-right:5px;
	}


/* エントリー投稿者の段落 */
	.posted {
		color: #999999;
		font-size: 9px;
		text-align:right;
		background: none;
		border-top: 1px dotted #999999;
		padding:10px 10px 0px 10px; 
		margin-top:30px; 
	}

/* エントリー投稿者内画像の設定 */
	.posted img {
		margin-right: 2px;
		margin-bottom: 0px;
		vertical-align: -4px;
	}


/* 「続きを読む」の行 */
	.extended { 
		font-weight:normal;
		padding: 3px;
	}

/* blockquote設定 */
	blockquote {
		color: #666;
		font-size:12px;
		line-height:1.6;
		background:#f6f6f6;
		margin:15px 0px 15px 0px;
		padding: 20px 20px 20px 20px;
		border: 1px dotted #999999;
	}

/* strong設定 */
	strong {
		margin:0px 0px 0px 0px;
		font-size:20px;
		font-weight:bold;
		line-height:1.6;
	}

/* エントリーのテキストエリア可変長指定 2004.07.20追加 */
	.blogbody textarea {
		width: 97% ;
	}

/* quotetitle設定 */
	.quotetitle{
		font-size:medium;
		font-weight:normal;
		border-bottom: 1px solid #666699;
		padding: 3px;
	}

/* 右カラム */
	#links-right{
		float: left;
		color: #666666;
		width : 180px ;
		padding-top : 15px;
		padding-left : 15px;
	}

/* 左カラム */
	#links-left{
		float: left;
		color: #666666;
		width : 180px ;
		padding-top : 15px;
		padding-right : 15px;
	}

/* カレンダー年月 */
	.calendarhead{
		text-align: center;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		background: none;
		letter-spacing: .3em;
	}

/* カレンダー曜日数字 */
	.calendar {
		text-align: center;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-weight:normal;
		background: none;
	}
	.calendar a:link {
		font-size:9px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:visited{
		font-size:9px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:active{
		font-size:9px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:hover {
		font-size:9px;
		color: #006699;
		text-decoration: underline;
	}

/* カレンダー日付のリンク以外の文字サイズ 2004.08.29追加 */
	.calendar td {
		font-size:9px;
	}

	.calendar th {
		font-size:8px;
		width : 23px ;
	}
	.calendar table {
		padding: 0px;
		border-collapse: collapse;
	}

/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等の見出し */
	.sidetitle {
	color:#5181FF;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	}

	*:first-child + html .sidetitle {
	margin-top:20px;
	}


/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等 */

	.side_2 {
		color:#666666;
		background: none;
		font-size:10px;
		font-weight:normal;
		line-height:150%;
		border-left:1px solid  #cccccc;
		border-right:1px solid  #cccccc;
		padding : 0px 10px 0px 10px ;
		margin-bottom:0px;
	}
	#content .blog .side_event {
		color:#666666;
		background: none;
		font-size:10px;
		font-weight:normal;
		line-height:150%;
		border-left:1px solid  #cccccc;
		border-right:1px solid  #cccccc;
		padding : 0px 10px 0px 10px ;
		margin-bottom:0px;
	}

	.side_header {
		padding:0px ;
		margin:0px ;
		width: 180px;
		height: 40px; 
	}

	.side_footer {
		padding:0px ;
		margin:0px ;
		width: 180px;
		height: 30px; 
	}

	.side_none {
		padding:0px ;
		margin:0px ;
		width: 180px;
	}



	.side {
		color:#666666;
		background: none;
		font-size:11px;
		font-weight:normal;
		line-height:150%;
		padding:0px;
		margin-bottom:30px;
	}

	.side-counter {
		font-size:9px;
		background: none;
		padding:0px;
		margin-top:10px;
		margin-bottom:30px;
	}

	.side2 {
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		background: none;
		font-size:9px;
		font-weight:normal;
		line-height:150%;
		padding:2px;
		margin-bottom:5px;
	}

	.image img {
		border: 1px solid #666699;
		margin-top: 20px;
	}

/*サイドバー：リスト*/
.side ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	border: 0px solid #000000;
	}

/*サイドバー：リスト項目*/
.side li {
	color: #333333;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ ゴシック";
	font-size: x-small;
	text-align: left;
	line-height: 130%;
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0px 0px 0px;
	border: 0px solid #000000;
	}



/* RSS(XML)の設定 */
	.syndicate {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-bottom:5px;
	}

/* Poweredの設定 */
	.powered {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-top:50px;
	}


/* 「コメント」「コメントする」の見出し */
	.comments-head	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		background: #8FABBE;
		padding-top:2px;
		padding-left:5px;
		padding-bottom:2px;
		width : auto ;
		margin-top:10px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:10px;
	}

/* 「コメント」の段落 */
	.comments-body {
		font-size:12px;
		font-weight:normal;
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		line-height:150%;
		padding:0px;
		margin-left:8px;
		margin-right:8px;
		margin-top:0px;
		margin-bottom:0px;
	}

	.comments-body p {
		margin-top:10px;
		margin-bottom:5px;
	}

	/* コメントテキストエリアの幅指定 2004.07.20追加 */
	.comments-body textarea {
		width:266px;
	}

/* 「コメント」投稿者 */
	.comments-post {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		padding:0px;
		margin-top:0px;
		margin-bottom:0px;
	}

	.comments-post a:link {
		color: #8FABBE;
		text-decoration: underline;
		background: none;
	}
	.comments-post a:visited {
		color: #8FABBE;
	}
	.comments-post a:active{
		color: #8FABBE;
	}
	.comments-post a:hover {
		color: #006699;
	}

/* 「トラックバック」の段落 */
	.trackback-body {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:10px;
		margin:10px;
		border-bottom:1px dotted #003366;
	}

/* トラックバックURL */
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #336699;
		background:#ffffff;
		border: 2px solid #336699;
		padding:10px;
		margin:10px;
	}

/* 「トラックバック」投稿者 */
	.trackback-post {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
	}

/* ポップアップウインドウのタイトル部分 */
	#banner-commentspop {
		color:#999999;
		background:#ffffe0;
		background-position:right top;
		background-repeat:repeat-y;
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
		text-align: left;
		border: 1px solid #666699;
	}

	#banner-commentspop h1 {
		color: #999999;
		font-family: Verdana, Arial, sans-serif;
		font-weight: bold;
		font-size: 20px;
	}

	#banner-commentspop h2 {
		color: #999999;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

	#content-commentspop {
		border-bottom: 1px solid #666699;
		border-left: 1px solid #666699;
		border-right: 1px solid #666699;
		margin : 0px ;
		padding : 10px ;
		height : 100%;
	}

	#content-commentspop h2	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight:normal;
		color: #ffffff;
		background: #8FABBE;
		background-position:left; 
		background-repeat:no-repeat;
		padding-left:5px;
		padding-top:2px;
		padding-bottom:2px;
		margin-top:6px;
		margin-bottom:15px;
	}

	#content-commentspop h3	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		font-weight:normal;
	}

	.blogbody-commentspop {
		background-position:right; 
		background-repeat:repeat-y; 
		background-image: url("画像を置くURl/ファイル名.gif");
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-top:0px;
		line-height:150%;
		width : auto ;
		margin-top:0px;
		margin-bottom:0px;
	}

	.blogbody-commentspop p {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.posted-commentspop {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		margin-top:0px;
		margin-bottom:15px;
		}

/* 検索、コメントなどの入力フォームの設定 */
	form {
		margin:0px;
	}


/* 投稿者名、コメントの書き込み欄の文字化け防止 */
	input,textarea {
		font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
		margin: 2px;
	}

/* タブメニュー */
.cl {
clear:both;
height:0px;
font-size:0;
}
#tabMenu {
margin:0 0 20px 0;
padding:0;
}
#tabMenu ul {
margin:0;
padding:0;
height:34px;
border-bottom: 1px solid #CCC;
}
#tabMenu li {
float: left;
width: 110px;
list-style-type: none;
margin:0 1px 0 0;
padding:0;
}
#tabMenu li a {
	width: 110px;
	height:34px;
	display: block;
	background: url(/common/img/navi/tab_menu_bg.gif) no-repeat left bottom;
	line-height: 34px;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
}
#tabMenu li a:hover {
	width: 110px;
	height:34px;
	display: block;
	background: url(/common/img/navi/tab_menu_bg_on.gif) no-repeat left bottom;
	line-height: 34px;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 1px solid #FFF;
}
#tabMenu li a.naviOn {
	width: 110px;
	height:34px;
	display: block;
	background: url(/common/img/navi/tab_menu_bg_on.gif) no-repeat left bottom;
	line-height: 34px;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 1px solid #FFF;
	color: #006699;
}

