@charset "Shift_JIS";

/*----- 2 column JP -----*/

/*------------------
初期リセット
------------------*/
* {
	font-family: 'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
	margin: 0px;
	padding: 0px;
}


/*------------------
基本設定
------------------*/
html {
	scrollbar-3dlight-color:#386EAF;
	scrollbar-arrow-color:#386EAF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#99C4FF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#386EAF;
	scrollbar-track-color:#E3F1FF;
}

body {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	background: #F4F6FE;
}
ul {list-style: none;}
p {margin-bottom: 1em;}
/* MacIE \*//*/
textarea,input {font-family: Osaka,sans-serif;}
/* */
.fl {
	float: left;
}
.fr {
	float:right;
}

.cl {
	clear:both;
	height:1px;
	overflow:hidden;
}

.right {
	text-align:right;
}

.s {
	font-size:10px;
}

.m {
	font-size:12px;
}

.l {
	font-size:14px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.vtop {
	vertical-align:top;
}


/*------------------
基本リンク設定
------------------*/
a:link {
	color:#46A5FF;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#4E8BC1;
	font-weight:bold;
	text-decoration:underline;
}

a:active {
	color:#4E8BC1;
	font-weight:bold;
	text-decoration:none;
}


/*------------------
レイアウト wrapper
------------------*/
#wrapper {
	margin: 0px auto 0px auto;
	width:816px;
	background:url('/blog/template/122/img/main_bg.gif') repeat-y top center;
}


/*------------------
レイアウト header
------------------*/

#head {
	margin: 0px auto 0px auto;
	width:750px;
	height:252px;
	text-align:left;
	background:url('/blog/template/122/img/title_bg.jpg') no-repeat top left;
	overflow:hidden;
	word-break:break-all;
}

#head h1 {
	margin:0px 145px 0px 20px;
	padding-top:40px;
	font-size:18px;
	line-height:1.3em;
	letter-spacing:0.2em;
}

#head h1 a:link, #head h1 a:visited, #head h1 a:active {
	color:#386EAF;
	text-decoration:none;
}

#head h1 a:hover {
	color:#003399;
	text-decoration:underline;
}

#head h2 {
	margin:0px 145px 0px 20px;
	padding-top:10px;
	font-size:12px;
	font-weight:normal;
	line-height:120%;
}


/*------------------
レイアウト main
------------------*/

#main {
	margin: 0px auto 0px auto;
	padding-top:20px;
	width:750px;
}

#center {
	width:460px;
	float:right;
	text-align:left;
}

#left {
	width:260px;
	float:left;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
}


/*------------------
レイアウト entry
------------------*/

.page {
	padding-bottom:10px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	word-break:break-all;
}

.page li {
	margin:0px 10px 0px 10px;
	display:inline;
}

.page a:link, .page a:visited, .page a:active, .page a:hover {
}

.entry {
	width:460px;
	overflow:hidden;
	word-break:break-all;
}

.entry_title {
	overflow:hidden;
	word-break:break-all;
}

.entry_title h3 {
	padding:5px 5px 5px 5px;
	color:#46A5FF;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	text-align:left;
	background:url('/blog/template/122/img/entry_title.gif') no-repeat top left;
}

.entry_title h3 a:link, .entry_title h3 a:visited, .entry_title h3 a:active {
	color:#46A5FF;
	text-decoration:none;
	font-weight:bold;
}

.entry_title h3 a:hover {
	color:#46A5FF;
	text-decoration:underline;
	font-weight:bold;
}

.date {
	font-size:12px;
	text-align:left;
	padding:3px 0px 5px 0px;
	color:#46A5FF;
}

.date a:link, .date a:visited, .date a:active, .date a:hover {
	color:#46A5FF;
	text-decoration:none;
	font-weight:normal;
}

.padd {
	margin:0px;
	padding:10px 0px 0px 0px;
}

.txt {
	width:460px; /* 440px以上にすること */
	font-size: 12px;
	line-height:150%;
	overflow:hidden;
	word-break:break-all;
}

.ext {
	padding-top:10px;
}

.ext a:link, ..ext a:visited, .ext a:active, .ext a:hover {
	font-weight:normal;
}

.txt_page {
	font-size:10px;
	text-align:right;
	color:#839AFF;
	border-top:dotted 1px #9CCFFF;
}

.txt_page li {
	margin:0px;
	display:inline;
}

.txt_page a:link, .txt_page a:visited, .txt_page a:active, .txt_page a:hover {
	color:#839AFF;
}

.entry_footer {
	height:25px;
}

.entry_footer2 {
}

.entry_footer_end {
	height:25px;
}


/*------------------
レイアウト fence
------------------*/

.t_fence {
	word-break:break-all;
	overflow:hidden;
}

.c_fence {
	word-break:break-all;
	overflow:hidden;
}

.trackbacks {
	background:url('/blog/template/122/img/entry_title.gif') no-repeat top left;
}

.trackbacks_form {
	padding-left:10px;
}

.comment {
	background:url('/blog/template/122/img/entry_title.gif') no-repeat top left;
}

.comment_form {
	padding-left:10px;
}

.title {
	margin-bottom:15px;
	padding:15px 0px 5px 8px;
	color:#46A5FF;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

.point {
	padding:10px 0px 5px 5px;
	font-weight:bold;
}

.ipt {
	margin-bottom:2px;
	background:#F4F6FE;
	border: solid 1px #9CCFFF;
}
label {word-break: normal;}
.message {
	width:460px;
	color:#909090;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	line-height:120%;
	overflow:hidden;
	border-top:solid 1px #9CCFFF;
}

.message_title {
	font-size:12px;
}

.message_txt {
	font-size:12px;
}

#comment_preview{
	width:260px;
}


/*------------------
サイド
------------------*/

.inner {
	margin-left:11px;
}

.inner2 {
	margin:0px;
}

.sb {
	font-size:12px;
	overflow:hidden;
	word-break:break-all;
}

.side {
	margin:0px 0px 20px 0px;
	padding:0px;
	text-align:left;
}

.side_title {
	padding:5px 0px 5px 10px;
	color:#FC89BD;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	border-top:solid 3px #FC89BD;
	border-bottom:solid 1px #FC89BD;
	background:#FEEAFF;
}

.side_text { /* 幅が150px以下にならないように注意 */
	font-size:10px;
	margin-left:0px;
	padding:3px 0px 2px 0px;
	line-height:150%;
}

.side_text a:link {
	font-weight:bold;
}

.side_text a:visited {
	font-weight:bold;
}

.side_text a:hover {
	text-decoration:underline;
	font-weight:bold;
}

.side_text a:active {
	font-weight:bold;
}


/*------------------
サイド feed
------------------*/

.side_feed {
	font-size:10px;
	padding:3px 0px 2px 0px;
}

.side_feed a:link {
	text-decoration:underline;
	font-weight:normal;
}

.side_feed a:visited {
	font-weight:normal;
}

.side_feed a:hover {
	text-decoration:underline;
	font-weight:normal;
}

.side_feed a:active {
	text-decoration:none;
	font-weight:normal;
}


/*------------------
サイド mailform
------------------*/

.func_text td {
	padding:3px 0px 2px 0px;
	white-space: nowrap;
}

.func_text td.s {
	border:0px;
	width:10%
}

.func_text {
	padding:3px 0px 2px 0px;
}


/*------------------
サイド calendar
------------------*/

.calendar {
	padding:5px 0px 0px 12px;
	font-size:10px;
	text-align:center;
}

.calendar a:link {
	text-decoration: none;
}

.calendar a:visited {
	text-decoration: none;
}

.calendar a:hover {
	text-decoration:underline;
}

.calendar a:active {
	text-decoration: none;
}

.calendar_bg {
}

/*---
PR設定
--------------------*/
.hover_bg:hover{
	background: #eee !important;
}
.entry .hover_bg:hover{
	background: #eee !important;
}


/*------------------
レイアウト footer
------------------*/
#foot {
	text-align:left;
	margin:0px;
	padding:5px 0px 10px 10px;
	line-height:1.5em;
	background:#F4F6FE url('/blog/template/122/img/footer.gif') no-repeat top center;
}
#foot .fr{
	text-align: right;
}
#foot a:link, #foot a:visited, #foot a:hover, #foot a:active {
	text-decoration:underline;
	font-weight:normal;
}
