@charset "utf-8";
/*
Theme Name:EMD.GR.JP 3Column
Theme URL:http://www.emd.gr.jp/
Description: EMD.GR.JP 3Column Theme for Wordpress
Author: 
*/

body	{
		margin: 0;
		padding: 0;
		text-align: center;
		}
		
#container{
		width: 950px;
		border-left: solid 1px #aaaaaa;
		border-right: solid 1px #aaaaaa;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		}
		
#header,#main,#footer	{
		margin: 0 15px;
		}
		
#content{
		width: 555px;
		float: left;
		margin-left: 15px;
		margin-right: 10px;
		}
		
#sidebar{
		width: 160px;
		float: left;
		margin-right: 5px;
		}
		
#extrasidebar{
		width: 160px;
		float: left;
		margin-right: 15px;
		}
		
#information{
		width: 325px;
		float: left;
		margin-right: 15px;
		}
		
#archives{
		width: 325px;
		float: left;
		margin-right: 15px;
		}
		
#footer	{
		clear: both;
		}
		
a		{
		color: #3366aa;
		}
		
/* ++++++ ヘッダー部分のデザイン ++++++ */
#header	{
		background-color: #538ad8;
		background-image: url(images/header.jpg);
		padding: 0px 12px;
		margin-bottom: 10px;
		}
		
#header h1	{
		background-image: url(images/logo_back.gif);
		background-repeat:repeat-x;
		font-size: 1.4em;
		font-family: 'Trebuchet MS',Helvetica,sans-serif;
		margin-bottom: 0;
		}
		
#header h1 img	{
		border: none;
		margin: 0px 20px;
		}
		
#header h1 a	{
		color: white;
		text-decoration: none;
		}
		
#header p	{
		height:auto;
		background-image: url(images/title_back.gif);
		background-repeat:repeat-x;
		font-size: 0.75em;
		margin: 0;
		padding: 7px 30px 5px;
		}
		
#header ul	{
		background-color: #ffffff;
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-bottom: solid 1px #00657d;
		height: 2em;
		font-size: 0.75em;
		}
		
#header li	{
		text-align: center;
		border-right: solid 1px #00657d;
		float: left;
		line-height: 2em;
		}
		
#header li a	{
		display: block;
		width: 120px;
		text-decoration: none;
		color: #333333;
		}
		
#header li a:hover	{
		background-color: #99ccff;
		}

/* ++++++ パンくずリンクのデザイン ++++++ */
#bread	{
		margin: 0 15px;
		font-size: 0.75em;
		font-weight: bold;
		}
		
/* ++++++ コンテンツ部分のデザイン ++++++ */
.post h2	{
		font-size: 0.75em;
		color: #ff6600;
		border-bottom: solid 2px #538ad8;
		background-image: url(image/mark.gif);
		background-repeat: no-repeat;
		padding: 5px 0 5px 5px;
		}
		
.post h2 a	{
		color: #3366aa;
		text-decoration: none;
		}
		
.post p	{
		font-size: 0.75em;
		color: #666666;
		line-height: 100%;
		}
		
.post	{
		margin-bottom: 5px;
		}
		
.pagenav	{
		font-size: 0.75em;
		}
		
/* ++++++ ページ・コンテンツ部分のデザイン ++++++ */
#content01	{
		width: 900px;
		margin: 20px 15px 0;
		}
		
#content01 h2	{
		background-image: url(images/bar.gif);
		background-repeat: no-repeat;
		color: #ffffff;
		font-size: 1.2em;
		padding:6px 10px;
		}
		
#content01 p	{
		font-size: 0.75em;
		line-height: 150%;
		}
		
#post01	{
		padding: 0 10px 10px;
		}
		
/* ++++++ サイドバー部分のデザイン ++++++ */
#sidebar	{
		font-size: 0.75em;
		}
		
#sidebar ul	{
		color: #66aaff;
		list-style-type: disc;
		margin: 3px 0 20px 20px;
		padding: 0;
		}
		
#sidebar h2	{
		font-size: 1em;
		background-color: #538ad8;
		color: #ffffff;
		text-align: center;
		margin: 0;
		padding: 6px 0;
		}
		
/* ++++++ エクストラサイドバー部分のデザイン ++++++ */
#extrasidebar	{
		font-size: 0.75em;
		}
		
#extrasidebar ul	{
		color: #66aaff;
		list-style-type: disc;
		margin: 3px 0 20px 20px;
		padding: 0;
		}
		
#extrasidebar h2	{
		font-size: 1em;
		background-color: #538ad8;
		color: #ffffff;
		text-align: center;
		margin: 0;
		padding: 6px 0;
		}
		
/* ++++++ インフォメーション部分のデザイン ++++++ */
#information	{
		font-size: 0.75em;
		}
		
#information ul	{
		color: #66aaff;
		list-style-type: disc;
		margin: 3px 0 20px 20px;
		padding: 0;
		}
		
#information h2	{
		font-size: 1em;
		background-color: #538ad8;
		color: #ffffff;
		text-align: center;
		margin: 0;
		padding: 6px 0;
		}
						
/* ++++++ アーカイブ部分のデザイン ++++++ */
#archives	{
		font-size: 0.75em;
		}
		
#archives ul	{
		color: #66aaff;
		list-style-type: disc;
		margin: 3px 0 20px 20px;
		padding: 0;
		}
		
#archives h2	{
		font-size: 1em;
		background-color: #538ad8;
		color: #ffffff;
		text-align: center;
		margin: 0;
		padding: 6px 0;
		}
				
/* カレンダー */
#calendar table	{
		width: 100%;
		text-align: center;
		color: #000000;
		border-collapse: collapse;
		margin-bottom: 20px;
		}
		
#calendar th,#calendar td	{
		padding: 5px 0;
		border: solid 1px #538ad8;
		}
		
#calendar a	{
		text-decoration: none;
		color: #3366aa;
		}
		
#calendar caption	{
		padding: 3px 0;
		}
		
#calendar tfoottd	{
		border: none;
		}
		
#calendar tdot td#prev	{
		text-align: left;
		}
		
#calendar tfoot td#next	{
		text-align: right;
		}
		
/* ++++++ コメント部分のデザイン ++++++ */
#comments h3	{
		font-size: 0.75em;
		border-bottom: solid 2px #538ad8;
		padding-bottom: 5px;
		}
		
.com	{
		font-size: 0.75em;
		border-bottom: dotted 2px #88ccff;
		padding-bottom: 8px;
		margin-bottom: 12px;
		}
		
.com p	{
		margin: 5px 0;
		}
		
.commeta	{
		color: #888888;
		text-align: right;
		}
		
#tb		{
		font-size: 0.75em;
		border: solid 1px #88ccff;
		padding: 8px;
		line-height: 150%;
		}
		
#commentform	{
		font-size: 0.75em;
		}

/* ++++++ フッター部分のデザイン ++++++ */
#footer address	{
		font-size: 0.75em;
		font-style: normal;
		text-align: center;
		color: #ffffff;
		background-color: #0033cc;
		padding: 3px 0 6px;
		}
		
/* ++++++ WP Social Bookmarking Light部分のデザイン ++++++ */
div.wp_social_bookmarking_light{border:0 !important;padding:0 !important;margin:0 !important;}
div.wp_social_bookmarking_light div{float:left !important;border:0 !important;padding:0 4px 0 0 !important;margin:0 !important;height:20px !important;text-indent:0 !important;}
div.wp_social_bookmarking_light img{border:0 !important;padding:0;margin:0;vertical-align:top !important;}
.wp_social_bookmarking_light_clear{clear:both !important;}
a.wp_social_bookmarking_light_instapaper {display: inline-block;font-family: 'Lucida Grande', Verdana, sans-serif;font-weight: bold;font-size: 11px;-webkit-border-radius: 8px;-moz-border-radius: 8px;color: #fff;background-color: #626262;border: 1px solid #626262;padding: 0px 3px 0px;text-shadow: #3b3b3b 1px 1px 0px;min-width: 62px;text-align: center;vertical-align:top;line-height:20px;}
a.wp_social_bookmarking_light_instapaper, a.wp_social_bookmarking_light_instapaper:hover, a.wp_social_bookmarking_light_instapaper:active, a.wp_social_bookmarking_light_instapaper:visited {color: #fff; text-decoration: none; outline: none;}
.wp_social_bookmarking_light_instapaper:focus {outline: none;}


