/* CSS Document */
/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */

/* [Reset] */
* {
	margin:0;
	padding:0;
}

/* [Global Settings] */
body {
	color: #666;
	font: 12px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}
c
p {
	margin-bottom: 1em;
}

img {
	border: 0;
}

a {
	color: #9AC3D9;
	text-decoration: none;
}
a:active,
a:hover {
	color: #4093C2;
}

div {
	text-align: left;
}

table {
	border: 0;
}

ul {
	list-style: none;
}

strong {
	color: #F90;
	font-weight: bold;
}

.hide {
	display: none;
}

.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/*headerMenu*/
#headerbg {
	background:url(../img/header_bg.gif);
}

#header {
	width:747px;
	height:50px;
	margin:0 auto;
	}

#header h2  {
	display: inline;
	margin:0 0 0 30px;
	height:50px;
	width:124px;
	float: left;
}

#headerMenu {
	display: block;
	margin:0 0 0 14px;
	padding: 0;
	height:50px;
}

#headerMenu table {
	padding:0;
	height:50px;
	width:550px;
}

/*headerMenu end */

/* image */

.notes {
	font: x-small/1.2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 5px 0 10px 0;
	font-size: x-small;
}

.floatLeftImg {
	padding: 0 10px 0 0;
	width:160px;
	float:left;
}

/*  */

#h1_midashi a:link {color:#FFFFFF;text-decoration:none;}
#h1_midashi a:visited {color:#FFFFFF;text-decoration:none;}
#h1_midashi a:hover {color:#FFFFFF;text-decoration:underline;}
#h1_midashi a:active {color:#585E67;text-decoration:underline;}

#h1_midashi h1 {
	padding:6px 0 0 0;
	margin: 0 0 0 63px;
	font-weight:normal;
	font-size:14px;
	color:#FFFFFF;
}

#h1_midashi {
	background:url(../img/h2_blog.gif) no-repeat #7E8895;
	margin: 15px auto 5px auto;
	height:30px;
	width:747px;
}

.description{
	width:747px;
	margin:0 auto;
}

#navlist {
padding:10px 0 0 0;
font-size:10px;
text-align:right;
}

#navlist li {
display: inline;
list-style-type: none;
padding-right: 10px;
}
#layout {
	width:747px;
	margin:0 auto;
	background:url(../img/ab04_back.gif) repeat-y;
}

#contents {
	float: left;
	display:inline;
	padding:10px 0 0 0;
	margin: 0 0 0 70px;
	width: 495px;
}
#navigation {
	padding:20px 0 0 0;
	margin-left: 577px;
}

div#navigation dl {
	margin-bottom: 30px;
}

div#navigation dt {
	border-bottom: 1px solid #7E8895;
	padding: 0 0 2px 20px;
	background: transparent url(../img/navi_header.gif) no-repeat;
}
div#navigation ul {
	padding-left: 15px;
	list-style-position: outside;
}
div#navigation ul li {
	padding-bottom: 0px;
}
/* [Entry] */
.entry {
	padding-bottom: 50px;
}
.entry h2 {
	background-color:#FFFFFF;
	background: transparent url(../img/ab03_h2.gif) no-repeat;
	border-bottom: 1px solid #7E8895;
	height:24px;
	padding:6px 0 0 33px;
	margin: 0 0 6px 0;
}

.entry_author {
	color: #CCC;
	text-align: right;
	margin-bottom: 20px;
}

div.entry_body {
	margin-bottom: 18px;
}

div.entry_more {
	margin-bottom: 18px;
}

.entry_state {
	clear: both;
	color: #CCC;
	text-align: right;
}

/* ++++ Calendar ++++ */
dl#calendar table {
	width: 160px;
}
dl#calendar table th,
dl#calendar table td {
	font-size: 75%;
	line-height: 1em;
	text-align: center;
	padding: 2px 3px;
}
dl#calendar table th {
	padding-bottom: 5px;
}
dl#calendar table td span.today {
	color: #F90;
}
dl#calendar table td span.today a {
	color: #F90;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #F30;
}


/*question*/

h2 {
	font: bold large "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#7E8895;
	background-color: #DDDDDD;

}

.question {
	color: #7E8895;
	font: bold large Geneva, Arial, Helvetica, sans-serif;
	float:left;
}

.q_text {
	border-left:solid #333333;
	border-left-width:2px;
	margin: 0 0 20px 35px;
	padding-left: 5px;
}

.floatclear {
	clear:both;
}

#footer {
	background:url(../img/Footer_bg.gif);
}

#copyright {
	font-size:	80%;
	margin:0 auto;
	height:50px;
	width:747px;
	text-align: right;
}

#main {
	font:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	width:747px;
	margin:0 auto;
	padding:0;
	}

p {
	font:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	line-height: 150%;
}

