@charset "euc-jp"; /* 文字コード */

/*
 * File      : megalo.css
 * Version   : 1.00
 * Update    : 
 * 1.00 2006.09.28: 初版
 * Copyright （C） 2006 metro(megalo.jp) All rights reserved.
 */

/* ページ全体の基本的な設定と背景色 */
	body {
		margin:0px;
		background-color: #ffffff;
	}

	.main {
		margin:8px;
		color: #707070;
		font-size: 100%;
	}

/* リンク文字設定 */
	a {
		color: #0050DC;
		text-decoration: none;
	}
	a:link {
		color: #0050DC;
	}
	a:visited {
		color: #0050DC;
	}
	a:active {
		color: #0050DC;
	}
	a:hover {
		color: #ff0000;
	}

/* リンクされたイメージ*/
	a img {
	border-style:none;
/*	border-width: 1px; */
	}

/* h1h2h3 */

	/* h1=ブログ大見出し（タイトル部分） */
	h1{

		margin: 0px;
		padding: 0px;
	}
	
	/* h2=ブロックのルート部分 */
	h2{
		margin: 0px;
		padding: 0px;
	}
	/* h2 */
	.main h2{
		margin: 4px;
		padding: 0px;
		color: #707070;
		font-size: 16px;
	}

	/* h3=「検索」「コメント」「エントリー」「カテゴリ」「リンク」等の見出し */
	h3 {
		color:#ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-size:10px;
		margin-top:3px;
		margin-bottom:0px;
		background-color:#315696;
		line-height:140%;
		padding:1px 0px;
		text-align:center;
		border-top: 2px solid  #6988C9;
		border-right: 2px solid  #27457A;
		border-bottom: 1px solid  #454545;
		border-left: 2px solid  #668FD6;
	}

	/* h4=本文小見出し用 */
	h4 {
		color:#306483;
		background-color:#B7C1D3;
		border-top: 1px solid  #fafafa;
		border-right: 1px solid  #ADADAD;
		border-bottom: 1px solid  #A8A8A8;
		border-left: 1px solid  #ffffff;
	}

	/* h4 内の段落*/
	div.h4,div.h3,div.h2{
		margin-right: 1em;
		margin-left: 1em;
	}

/* 3カラム全体 */
	#box {
	}

/* 2カラムページ用 */
	#box2clm {
		max-width: 920px;
	}

/* タイトル名 */

/* バナーを画像表示 */
#banner-img{
	margin: 4px;
	display: block;
	background-image: url("http://megalo.jp/images/Megalogo.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 40px ;
	border-bottom: solid 2px #cfcfcf;
	}

.banner-alt{
	display: none;
	}

/* （文字を表示しない設定にしてます） ADD050610 */
	#banner {
	display: none;
	position: relative; z-index: 1;
		color:#999999;
		background:#ffffe0;
		background-position:right top;
		background-repeat:repeat-y;
		background-repeat:no-repeat;
		padding-left:15px;
		padding-top:15px;
		padding-bottom:15px;
		text-align: left;
		border-bottom: 1px solid #666699;
	}

/* タイトル名の文字のリンク色 */
	#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: #a0a0a0;
		font-size: 12px;
	}


/* 2カラムページ用 */
	#box2clm #content{
		margin-right  : 0px ;
	}

/* エントリーのある大段落（トップページ以外） */
	#container {
		margin-top : 0px ;
		margin-bottom : 10px ;
	}

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




/* キーワードリンクの装飾 */
	.blogbody A.KotonohaLink {
		color: #335BA1;
		background-color: #D1D3D7;
	}

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

/* 水平線 */
	.blogbody hr {
		color: #AFCBD9; /* 線の色（IE用） */
		background-color: #AFCBD9; /* 線の色（NN用） */
		height: 3px; /* 線の太さ */
		border-color: #A2BCC3 #DCE0E2 #DCE0E2 #A2BCC3; /* 枠の色 */
		border-width: 1px; /* 枠の太さ */
		border-style: solid; /* 枠の種類 */
		width: 95%;
	}

	.title a:link {
		color: #ffffff;
		text-decoration: none;
	}
	.title a:visited{
		color: #ffffff;
		text-decoration: none;
	}
	.title a:active,
	.title a:hover {
		color: #00F6C6;
		text-decoration: none;
	}

/* 「ホーム」等へのリンク部分（トップページ以外） */
	#menu {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight:normal;
		margin:0px;
		padding:2px;
		text-align:center;
		background-color:#385474;
	}
	
/* メニューの文字のリンク色 */
#menu a {
		color: #4EA3FF;
		text-decoration: none;
	}
#menu a:link {
		color: #4EA3FF;
		background: none;
	}
#menu a:visited {
		color: #4EA3FF;
		background: none;
	}
#menu a:active {
		color: #4EA3FF;
		background: none;
	}
#menu a:hover {
		color: #59FFC7;
		background-color:#317BB8;
	}

/* blockquote設定 */
	blockquote {
		color: #72835C;
		margin:15px 20px 0px 20px;
		font-size:10px;
		font-weight:normal;
		background-color :#DFDCCC;
		background-image : url(http://metro.fw.cx/blog/img_sys/blkq.gif);
		background-repeat: no-repeat;
		line-height:150%;
		padding: 15px 10px 5px 10px; 
		border-top: 1px solid #C7C0B1;
		border-left: 1px solid #C7C0B1;
		border-bottom: 1px solid #EDE7E1;
		border-right: 1px solid #EDE7E1;
		width: auto ;
	}

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

	}

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

/* RSS（XML）の設定 */
	.syndicate {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-top:25px;
		padding:5px;
		background-color:#DCDFDF;
		border-top: 2px solid #FFF7E4;
		border-right: 2px solid #B3A79E;
		border-bottom: 2px solid #BCB8B4;
		border-left: 2px solid #FFF7E4;
	}

/* Poweredの設定 */
	.powered {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-top:25px;
		padding:5px;
		background-color:#DCDFDF;
		border-top: 2px solid #FFF7E4;
		border-right: 2px solid #B3A79E;
		border-bottom: 2px solid #BCB8B4;
		border-left: 2px solid #FFF7E4;
	}

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

/* 「コメント」の段落 */
	.comments-body {
		font-size:12px;
		font-weight:normal;
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		line-height:150%;
		padding:0px 5px 5px 10px;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.14追加*/
		background-color:#DCDFDF;
		border-top: 2px solid #FFF7E4;
		border-right: 2px solid #B3A79E;
		border-bottom: 2px solid #BCB8B4;
		border-left: 2px solid #FFF7E4;
	}

	.comments-body p {
		margin-top:7px;
		margin-bottom:13px;
	}

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

/* 「コメント」投稿者 */
	.comments-post {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #666666;
		border-top: 1px dotted #999999;
		text-align:right;
		padding:0px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.comments-post a:link {
		color: #3975B5;
		text-decoration: none;
		background: none;
	}
	.comments-post a:visited {
		color: #3975B5;
	}
	.comments-post a:active{
		color: #3975B5;
	}
	.comments-post a:hover {
		color: #006699;
		text-decoration: underline;

	}

	#banner-commentspop h1 {
		color: #999999;
		font-family: "ＭＳゴシック", Arial, sans-serif; /* フォント修正 2004.12.30修正 */
		font-weight: normal; /* 文字の太さ修正 2004.12.30修正 */
		font-size: 32px;  /* フォントサイズ修正 2004.12.30修正 */
	}

	#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; /* W3C CSS 検証対応 2005.04.30 修正 */
		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; /* W3C CSS 検証対応 2005.04.30 修正 */
	}

	.blogbody-commentspop {
		background-position:right; 
		background-repeat:repeat-y; 
		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;
	}

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

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

/* dl関連 */
dl	{
	margin-left:10px;
/*	background-color:#C8CAD8; */
	padding: 10px;
}

dt	{
	background-color: #B2BEB3;
	padding-left:	3px;
	font-weight: bold;
	border-top: 1px solid #FFE7D1;
	border-right: 1px solid #B9B99E;
	border-left: 1px solid #DCDEB4;
}

dd	{
	color: #4E7784;
	background-color: #D1D0BA;
	border-right: 1px solid #B9B99E;
	border-bottom: 1px solid #BBC199;
	border-left: 1px solid #DCDEB4;
	margin-left:	0px;
	padding-top:	4px;
	padding-left:	8px;
	padding-bottom:	6px;
}


strong	strong{
	color: #ff0000;
}