@charset "EUC-JP";

/*Sea_Simple_Seo_v2
---------------------------------------------------------*/

/*色変更−色を変える時は、ここを変えればだいたいＯＫです。
---------------------------------------------------------*/
#blogtitle a{
	color : #0066CC; /*ブログのタイトル色*/
}

.color_mainframe{
	border-left : 4px solid #0066CC; /*枠の色 左*/
	border-right : 4px solid #0066CC; /*枠の色 右*/
}

.color_topframe{
	border-bottom : 2px solid #0066CC;
}

.color_sidetitle{
		color: #FFF; /*サイドバーの文字色*/
}

.color_sidebar{
	background-color: #0066CC; /*サイドバーの背景色*/
}

.color_entrybg{
	background-color: #F5F5F5; /*エントリーの背景色*/
}

.color_entrytitle{
	background-color: #0066CC; /*エントリータイトル色*/
	color: #FFF; /*エントリータイトルの文字色*/
}

.color_entrytext{
	color: #333; /*エントリー本文の文字色*/
}


/*全体
---------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	font-size :100%;
	font-style :normal;
	font-family: "Lucida Grande","Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
}

#container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	line-height: 140%;
	background-color: #FFF;
}

#wrap{
	width: 830px;
	margin:0px;
}

#box2 {
	width: 660px;
	text-align: left;
	float : left;
}
#left {
	float : left;
	width : 170px;
	overflow: hidden;
}

#right {
	float : left;
	width : 170px;
	overflow:hidden
}

#main {
	padding: 15px 0px;
	float: right;
	width: 490px;
	overflow: hidden;
}

#mainbox {
	margin: 0px auto;
	width: 490px;
}

/*ヘッダ
---------------------------------------------------------*/
#header {
	text-align: left;
	width:830px;
	height : 110px;
}

#header a{
	text-decoration: none;
}

#header a:hover{
	text-decoration: underline;
}

#blogtitle {
	font-weight : bold;
	padding : 10px;
	margin : 0px;
	font-size : 20px;
}

.introduction {
	width: 550px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding-top: 8px;
	padding-left: 10px;
}

a { color: #483D8B; text-decoration : underline; }
a:hover { color: #FF4500; text-decoration : underline; }
a:link { color: #483D8B; text-decoration : underline; }
a:visited { color: #483D8B; text-decoration : underline; }
a:active { color: #483D8B; text-decoration : underline; }

/*一般再定義
---------------------------------------------------------*/
img{
	border:0px;
}

i{
	font-style: italic;
}

blockquote {
	margin: 5px;
	background-color: #FFF;
	padding: 5px;
	border-top: 1px dotted #0066CC;
	border-right: 1px dotted #0066CC;
	border-bottom: 1px dotted #0066CC;
	border-left: 1px dotted #0066CC;
}


pre {
	margin: 5px;
	background-color: #FFF;
	padding: 5px;
}

table{
	margin: 10px 0px;
}

/*クラス
---------------------------------------------------------*/
.emoji{
	margin: 0px 1px;
	vertical-align: middle;
}

/*エントリー
--------------------------------------------------*/

/*エントリー部------------------------------------*/
h2{
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

.entry h2 a:link   { color : #FFF; text-decoration : none; }
.entry h2 a:visited{ color : #FFF; text-decoration : none; }
.entry h2 a:hover  { color : #FFF; text-decoration : none; }
.entry h2 a:active { color : #FFF; text-decoration : none; }


.entry{
	width:490px;
	margin: 0px auto;
	text-align: center;
}

.entrybox{
	margin: 0px auto;
	width: 468px;
	text-align: left;
}

.entry a:link   { color : #0000FF; text-decoration : underline; }
.entry a:visited{ color : #0000FF; text-decoration : underline; }
.entry a:hover  { color : #0000FF; text-decoration : underline; }
.entry a:active { color : #0000FF; text-decoration : underline; }

.date {
	color: #0066CC;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 2px;
}

.entry p{

	margin: 17px 0px;
}

.entry h3{
	font-size:11px;
	margin: 14px 15px;
}

.entry span{
	line-height: 140%;
}

.entry ul,.entry ol {
	margin : 14px 0px;
}

.entry li {
	list-style-type: none;
	margin-left :0px;
}

.entry dl{
	margin : 14px 0px;
}

/*エントリーフッタ------------------------------*/
.posted {
	color: #0066CC;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	border-top: 1px dotted #0066CC;
	text-align: right;
	line-height: normal;
	margin-bottom: 18px;
}

.posted a {color: #666666; text-decoration: none;}
.posted a:link   { color: #666666; text-decoration: none;}
.posted a:visited{ color: #666666; text-decoration: none;}
.posted a:hover  { color: #666666; text-decoration: underline;}
.posted a:active { color: #666666; text-decoration: none;}

.bottom{
	text-align: left;
	margin: 10px;
}

.commment{
	color: #000;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #472E12;
	text-align: left;
	font-weight: bold;
}

.commment a {text-decoration: none;}

.commenttext{
	width: 430px;
	margin: 6px 0px 6px 40px;
	font-size: 11px;
	color: #333;
	line-height: 140%;
}

#comment_edit{
	text-align: left;
}

.tbtext{
	margin: 5px 0px 5px 100px;
	font-size: 10px;
	color: #0066CC;
	line-height: 140%;
}

.tburl input{
	width: 100%;
	font-size: 11px;
}

.tbtitle{
	font-size: 11px;
}

.entry_navi{
	width:490px;
	color: #333;
	margin: 0px auto;
	text-align: center;
}

.entry_navi a{
	font-size:12px;
	font-weight:bold;
}

/*検索
----------------------------------------------------------*/
#search{
	margin-top:10px;
}

/* 自己紹介部分の画像
--------------------------------------------------*/
.prof{
	text-align: center;
}

.prof img{
	margin: 5px 0px;
} 

.proftext{
	margin: 0px 5px;
	text-align: left;
}

/* 左右サイドバー
------------------------------------------------------------*/
.side {
	padding: 15px 5px 15px 5px;
	font-size: 10px;
}

.sidetitle {
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.side ul {
        padding: 0px;
        margin : 0px 0px 10px 0px;
}

.side li {
	margin:3px 0px 0px 3px;
	list-style-type: none;
	text-align: left;
	font-size: 10px;
	color:#000;
	line-height: 15px;
}

/*フッタ
---------------------------------------------------------*/
#footer {
	clear: both;
	width: 830px;
	height: 70px;
	font-size: 12px;
	color: #063050;
	text-align: center;
	padding:10px 0px 0px 0px;
	border-top: 1px dotted #0066CC;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	color: #0066CC;
}

/*汎用
---------------------------------------------------------*/
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
