@charset "EUC-JP";


/**********************************
/           CSS Menu
**********************************
	1.Global
	2.Common
	3.Article
	4.side
	5.Other
*********************************/


/**********************************
***          Global             ***
**********************************/
*{
	font-family:verdana, arial, sans-serif;
}

body{
	margin:0;
	padding:0;
	color:#252525;

}

a{
	color:#386CAF;
}

a:hover{
	text-decoration:none;
}

h1
,h2
,h3{
	margin:0;
	padding:0;
}

img{
border: none;
}

div.imagebox {
      float: right;
      font-size: 80%;
}

#container{
	width:820px;
	height:1%;
	margin:0 auto;
}


}/*ヘッダー*/
#header{
	width:820px;
	margin:0 auto;

}
#header th{
        padding-left:10px;
}
#header td{
        font-size:90%;
}
#header a{
}

#blogheader{
	background-image:url(http://livedoor.2.blogimg.jp/agpjt/imgs/f/e/fecea829.gif?blog_id=2463564);
	background-repeat: no-repeat ;
	width:800px;
	height:202px;
	margin:0 auto;
	padding:0px;
}

#title{
	width:800px;
	height:65px;
	margin:0 auto;
	text-align:left;
}

#title a{
	color:#fff;
	text-decoration:none;
}

#title a:hover{
	text-decoration:none;
}

.blogtitle{
	color:#ffffff;
	padding:9px 0px 0px 23px;
	text-align:left;
	font-size:40px;
}

#description{
	width:800px;
	height:65px;
	margin:0 auto;
	text-align:center;
}

.blogdescription{
	padding:5px 100px 10px 40px;
	line-height:135%;
	text-align:left;
	font-size:0px; /*説明の消し方が分からないので、0pxにしています。もとは16px（増井）*/
	color:#fff;
}

/*ヘッダーここまで*/


/*ナビゲーション部分*/

#navi{
background-image:url(http://livedoor.2.blogimg.jp/agpjt/imgs/a/c/aca63fda.gif?blog_id=2463564);
	background-repeat: y;
	width:820px;
	height:32px;
	margin:0 auto;
	padding:0px;
	font-size:12.5px;
	font-weight:bold;
}


div#navi ul{
	color:#6677ff;
	list-style:none;
	text-align:left;
	margin:0;
	padding:7px 25px 0px 25px;;
}

div#navi li{
	display:inline;
	margin:0px 1em;
}


div#navi a{

	background:url(navi.gif) no-repeat 0 50%;
	text-decoration:none;
	color:#000000;
	margin:0;
}

div#navi a:hover{
	background:url(navi_hover.gif) no-repeat 0 50%;
	color:#3344cc;
	background-color:#88bbff;
}

/*ナビゲーションここまで*/


/*本文*/

#maincontents{
	background-image:url(http://image.blog.livedoor.jp/agpjt/imgs/9/0/9087cc63.gif?blog_id=2463564);
	background-repeat:y;
	width:820px;
	margin:0 auto;
	height:1%;
	word-break:break-all;
}


/*右側記事部分*/

#content{
	float:right;
	width:551px;
	height:1%;
	text-align:left;
	margin:0px;
}

#contentin{
	margin:0px;
	padding:20px 25px 20px 0px;
}


/*左側サイドバー部分*/

#sidecolumn{
	float:left;
	width:248px;
	height:1%
	text-align:left;
	margin:0px;
}

#sidecolumnin{
	margin:0px;
	padding:20px 0px 20px 25px;
}

#sidecolumntop{}
#sidecolumnbody{}
#sidecolumnbottom{}

#categorytitlebody{}
#categorytitle{
	margin:0 17px 3px;
	text-align:right;
	font-size:16px;
	font-weight:bold;
}

/*フッタ*/
#footer{
	width:820px;
	height:63px;
	margin:0 auto;
	padding:0px;
	background:url(http://image.blog.livedoor.jp/agpjt/imgs/4/d/4d43f196.gif?blog_id=2463564);
	text-align:right;
}

.copyright{
	padding:20px 25px 0px 0px;
	text-align:right;
	font-size:14px;
	color:#fff;
	
}


/**********************************
***          Common             ***
**********************************/
.datetop{}
.fullbody{
	background:url(http://parts.blog.livedoor.jp/img/usr/business_style_2c/d_body.gif) repeat-y;
}

.datebody{
	background:url(http://parts.blog.livedoor.jp/img/usr/business_style_2c/d_top.gif) no-repeat;
	padding:15px 15px 2px;
}
h2.date{}
.datespan{
	background:url(http://image.blog.livedoor.jp/agpjt/imgs/0/7/075d618b.gif?blog_id=2463564) repeat-x;
	border:1px solid #d6e1f0;
	padding:2px 7px 1px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
}
.blogbodytop{}
.blogbody{
	padding:5px 15px 30px;
	text-align:left;
}
.titlebody{
	background:url(http://parts.blog.livedoor.jp/img/usr/business_style_2c/icon.gif) no-repeat 4px 7px;
	border-bottom:1px solid #dae3f3;
	padding:0 0 4px 14px;
	margin-top:3px;
}
h3.title{
	line-height:137%;
	font-size:16px;
	font-weight:bold;
	color:#2c589e;
}
.main
,.mainmore{
	margin:10px 2px 20px;
	line-height:147%;
	font-size:13px;
}
blockquote{
	background:#f7faff;
	border:1px solid #e7efff;
	padding:15px;
	margin:10px 0;
	text-align:left;
	color:#2c589e;
}
.pict{
	margin:0 5px 5px 0;
}

.article_tags{
	font-size:12px;
	text-align:right;
	margin:5px 2px;
}
.article_tags a{
	color:#252525;
}
.article_tags a:hover{}
.posted{
	border-top:1px dotted #dae3f3;
	margin:5px 0;
	padding:5px 2px 0;
	text-align:right;
	line-height:150%;
	font-size:12px;
}
.clipbutton{
	border:none;
}
a.continues
,.posted a
,.menu a
,.nextpage
,.commentttl a
,.trackbackttl a{}

a.continues:hover
,.posted a:hover
,.menu a:hover
,nextpage a:hover
,.commentttl a:hover
,.trackbackttl a:hover{}
#ad{
	margin:25px 0 0;
	text-align:center;
}
.blogbodybottom{}
.dateend{
	background:url(http://parts.blog.livedoor.jp/img/usr/business_style_2c/d_bottom.gif) no-repeat;
	padding:3px 0;
	margin-bottom:25px;
}

.nextpage{
	margin:0 17px;
	text-align:right;
	font-size:12px;
}



/**********************************
***          Article            ***
**********************************/
.menu{
	font-size:12px;
	text-align:right;
	margin:5px 3px 3px 0;
}

#articletop{}
#articlebody{
	background:url(http://parts.blog.livedoor.jp/img/usr/business_style_2c/d_body.gif) repeat-y;
	margin:0 auto;
	height:100%;
}

.comblogbodybottom{}
.subspace{
	padding:5px 15px;
}

/*//   Trackback & Comment   //*/
.trackbackurltop{}
.trackbackurlbody{
	margin:0 auto 20px;
}
h3.trackbackurlttl
,h3.commenthead
,h3.trackbackhead
,h3.takecommenthead{
	font-size:14px;
	color:#2c589e;
}
.trackbackurl{
	margin:15px 0 0;
	text-align:left;
	font-size:12px;
}
.trackbackurl table{
	width:480px;
	margin:0 auto;
}
.trackbackurl table td{
	text-align:right;
}
.trackbackurl table td input.trackbackbox{
	width:400px;
}
.trackbackurlbottom{}

#commenttop
,#trackbacktop{}
#comment
,#trackback{
	margin:0 auto 20px;
}
#commentbody
,#trackbackbody{
	font-size:12px;
	margin:15px 10px 0;
}
.commentttl
,.trackbackttl{}
.commenttext
,.trackbacktext{
	margin:5px auto 10px;
	padding-left:15px;
	line-height:16px;
}
#commentbottom
,#trackbackbottom{}

/*//   Commnet Form   //*/
#formbodytop{}
#takecomment{}
#takecommentbody{}
.loginon,.loginoff{
	margin:5px 10px ;
	font-size:12px;
}
.loginon a
,.loginoff a{}

.loginon a:hover
,.loginoff a:hover{}

#error{
	border:2px solid #f00;
	margin:10px 30px;
	padding:10px 15px;
	line-height:125%;
	font-size:12px;
	font-weight:bold;
	color:#f00;
}
#error span{
	font-weight:normal;
}

#formbody{
	margin-top:20px;
}
#formbody table.form{
	margin:0px auto;
	font-size:12px;
}
#formbody table.form th{
	width:80px;
	font-weight:normal;
	padding:2px 10px 2px;
	text-align:right;
	white-space:nowrap;
}
#formbody table.form td{
	width:370px;
	padding:2px;
	vertical-align:middle;
}
#formbody table.form td span{
	margin-right:10px;
}
input#author{
	width:65%;
}
input#email{
	width:65%;
}
input#url{
	width:75%;
}
input#bake{}
textarea#text{
	width:90%;
	height:200px;
}
input.button{
	margin-top:10px;
	width:80px;
}
#formbodybottom{}
#articlebottom{
	background:url(http://parts.blog.livedoor.jp/img/usr/business_style_2c/d_bottom.gif) no-repeat;
	padding:3px 0;
}
#blogcommentbottom{
}
#contentcommentbottom{
}

/**********************************
***          Side               ***
**********************************/
/*//   CmnSide   //*/
.sidetitlebody{
	background:url(http://parts.blog.livedoor.jp/img/usr/business_style_2c/s_top.gif) no-repeat;
	padding:0 14px;
}
.sidetitle{
	border-bottom:1px solid #dae3f3;
	padding:11px 0 3px;
	text-align:center;
	line-height:125%;
	font-size:12px;
	font-weight:bold;
	color:#2c589e;
}
.sidetitle a{
	color:#2c589e;
}
.sidetop{}
.side{
	background:url(http://parts.blog.livedoor.jp/img/usr/business_style_2c/s_body.gif) repeat-y;
	padding:10px 14px;
	text-align:center;
	line-height:135%;
	font-size:12px;
	color:#2c589e;
}
.side a{
	color:#3e3e3e;
}
.side a:visited{
	color:#757575;
}
.sidebody{
	background:url(http://parts.blog.livedoor.jp/img/usr/business_style_2c/icon.gif) no-repeat 0 8px;
	line-height:18px;
	padding-left:13px;
	margin-bottom:5px;
	text-align:left;
}
.sidebottom{
	background:url(http://parts.blog.livedoor.jp/img/usr/business_style_2c/s_bottom.gif) no-repeat;
	height:20px
}

/*//   Calendar   //*/
.calendarheadbody{}
.calendarhead{
	padding:2px 0 5px;
	line-height:100%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#304e7c;
}
.calendarhead a{
	font-weight:normal;
	color:#2c589e;
	text-decoration:none;
}
.caltop{}
.calbody{
	padding:10px 0;
	text-align:center;
}
.caltbl{
	width:190px;
	margin:0 auto;
}
.calendartable{}
.caltblwkbg{}
.calendarwd{}
.caltblwk{}
.caltblwk td{
	width:25px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.calendarweek{
	color:#3e3e3e;
}
.weekday{}
.sun{}
.sat{}
.caltbldaybg{}
.caltblday{
	margin:0 auto 15px;
}
.caltblday td{
	width:25px;
	height:18px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
}
.calendard{}
.calendardbg{}
.calendar{
	color:#757575;
}
.calendar a{
	font-weight:bold;
	color:#304e7c;
}
.calon{}
.caloff{}
.even{}
.odd{}
.calbottom{}

/**********************************
***          Other              ***
**********************************/
input.sf{
	width:122px;
	margin-right:3px;
}
.moblogbody
,.linkme
,.skypeme{
	text-align:center;
}
.afbody{
	text-align:center;
	padding-bottom:10px;
}
.afbody img{
	margin-bottom:3px;
}
.photo{
	text-align:center;
}
.nickname{
	margin:10px 0;
	font-size:12px;
	font-weight:bold;
	color:#252525;
}
.message{
	margin-bottom:10px;
	text-align:left;
	line-height:125%;
	font-size:12px;
	color:#252525;
}
.blogtimes{
	margin:10px auto;
	text-align:center;
	width:180px;
}
.quotetable{
	background:#000;
	width:170px;
}
.quotetable img{
	width:160px;
}
.quote{
	color:#000;
	font-size:x-small;
	padding:1px;
	background:#fff;
}
.newslist{
	padding-right:5px;
}

/*//   Sidebanner   //*/
.elsehead{}
.elsebody{
	text-align:right;
}
.elsebody li{
	list-style:none;
	margin:5px;
}
.elsebottom{
}

/*記事に利用*/

.main h3{
	padding-left:10px;
	margin:1em 0px 1em 0px;
	border-style:solid;
	border-color:#8cb8fe;
	border-width:1px 1px 1px 10px;
	line-height:137%;
	font-size:14px;
	font-weight:bold;
	color:#5c88ce;
}

.main ul{
}

.main li{
color:#009;
line-height:120%;
}
