@charset "utf-8";
/*
file name:style.css
author:aizwa@kan
last modyfied:2008/07/23
info:hirayama president blog
*/

/*---------------------------------------------

	reset

---------------------------------------------*/

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
pre, table, caption, address, form, fieldset, legend, object {
 	margin: 0;
 	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
	font-size: 100%;
}

address, cite, dfn, var {
	font-style: normal;
}

input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}


/*---------------------------------------------

	font
	
---------------------------------------------*/

body {
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size:12px;
	color:#000;
}

/* for IE6 */
* html body {
	font-size:75%;
}

/* for IE7 */
*+html body {
	font-size:75%;
}


/*---------------
	 link
---------------*/

a       {text-decoration:none;color:#3760D3;}
a:hover {text-decoration:underline;}

/*---------------------------------------------

	body and box
	
---------------------------------------------*/

body {
	background:#FFF;
	text-align:center;
}

div#wrapper {
	background:#6ad2bf url(img/body-bg.png) repeat-x top;
}

div#wrapper div#header {
	margin:0 auto;
	width:950px;
	height:250px;
	background:url(img/header-bg.png) no-repeat;
	text-align:left;
}

div#wrapper div#content {
	margin:0 auto;
	width:950px;
	background:url(img/content-bg.png) repeat-y 85px 0;
	text-align:left;
}

div#wrapper div#content div#main {
	float:left;
	position:relative;
	top:0px;
	left:85px;
	width:550px;
	background:#FFF;
}

body.mt-main-index div#wrapper div#content div#main {
	top:0px;
}

div#wrapper div#content div#sub {
	float:right;
	position:relative;
	top:-50px;
	right:107px;
	width:194px;
}

div#wrapper div#content p#totop {
	clear:both;
	padding:0 325px 1em 0;
	text-align:right;	
}

p#copyright {
	clear:both;
	padding:15px 0 45px;
	background:url(img/footer-bg.png) repeat-x top;
	color:#FFF;
}


/*---------------------------------------------

	header
	
---------------------------------------------*/

#header a {
	display:block;
	margin:0 85px;
	height:165px;
	color:#FFF;
}

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

#header a .blogname {
	padding:87px 0 0 16px;
	font-size:14px;
	font-weight:bold;
}

#header a p.discription {
	padding:0.5em 0 0 16px;
	font-size:12px;
}

/*---------------------------------------------

	main
	
---------------------------------------------*/
#main .archive-title,
#main .search-results-header {
	margin:0 1em 1em;
	text-align:center;
	font-size:14px;
}

#main .archive-header {
margin:2em 30px 0.5em;
border-bottom:1px solid #EDEDED;
}
#main .archive-content {
margin:0.5em 30px;
}

/*--entry--*/
#main .entry-asset {
	padding:0 0 40px;
}

#main .asset-name {
	padding:0 90px 25px 30px;
	background:url(img/h2-bg.png) no-repeat bottom;
	font-size:150%;
	font-weight:bold;
	color:#003876
}

#main .asset-name a {
	color:#003876
}

#main .asset-content {
	padding:10px 15px 10px 30px;
	line-height:140%;
}

#main .asset-more-link {
	margin:1em 0;
	text-align:right;
}

#main .asset-content p {
	margin:1em 0;
}

#main .asset-content div {
	margin:1em 0;
}

#main .asset-content u {
	display:block;
	margin:1em 0 0.8em;
	padding-bottom:3px;
	background:url(img/h3-bg.png) no-repeat bottom;
	font-size:14px;
	color:#003876;
	text-decoration:none;
}

#main .asset-footer {
	margin:0 10px;
	padding-top:3px;
	border-top:1px solid #999;
	text-align:right;
	color:#666;
}

#main .asset-footer .entry-categories-header,
#main .asset-footer .entry-categories-list,
#main .asset-footer .entry-category {
	display:inline;
	margin:0;
	padding:0;
}

#main .asset-footer .entry-category {
	list-style:none;
}

/*--trackback, comment--*/
#main .trackbacks,
#main .comments {
	padding:10px 15px 10px 30px;
}

#main div.trackback,
#main div.comment {
margin:1em 0;
padding:1em;
border:1px solid #EDEDED;
}

#main .trackbacks-header,
#main .comments-header {
margin:0 0 1em;
padding:4px 4px 2px;
background:#F1FBF9;
border-left:5px solid #9FE2D6;
line-height:1;
}

#main div.trackback-header,
#main div.comment-header {
margin:0 0 0.5em;
padding:0 0 0.2em;
border-bottom:1px dashed #EDEDED;
}

#main div.trackback-footer,
#main div.comment-footer {
text-align:right;
}


#main .content-nav {
	margin:0 1em 1em;
	text-align:center;
}

/*---------------------------------------------

	sub
	
---------------------------------------------*/
#sub a {
	color:#000;
}

#sub div.widget {
	margin:0 0 14px;
	padding:0 0 10px;
	background:url(img/widget-bg.png) repeat-y;
}

#sub div.bgnone {
	background:none;
}

#sub div.widget h2 {
	margin:0 0 8px;
	padding:5px 6px;
	background:#42b5a0 url(img/widget-title-bg.png) repeat-x bottom;
	border:1px solid #FFF;
	color:#FFF;
	font-weight:bold;
	_height:1%;
}

#sub div.widget ul {
	margin:0;
	padding:0 15px;

}

#sub div.widget ul li {
	margin:0 0 0.2em;
	padding:0;
	list-style-type: none;
}

#sub div.widget fieldset {
	border:none;
}

#sub div.widget label {
	font-weight:bold;
}

#sub p#rss {
	padding:4px 6px 8px;
	border:1px solid #42b5a0;
	background:#FFF;
}

#sub p#rss img {
	float:left;
	margin:0 4px 4px 0;
}
