@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 12px "Helvetica", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	line-height:18px;
	color: #5a5a5a;
}

img {
	border: 0;
}

#container {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

#header {
	width: 900px;
	height: 100px;
	background: #fff;
	margin:0px;
	padding:0px;
}

#logo {
    width: 250px;
	height: 90px;
	margin: 0;
	float:left;
}

#twiline_base {
	float:right;
	border: 1px dotted #ccc;
	position: relative;
	width: 500px;
	height: 33px;
	background: transparent url( sample_02_bg_twiline.gif ) no-repeat 0px 0px;
	margin:40px 30px 0px 0px;
}

#twiline_base .follow {
	position: absolute;
	left: 5px;
	top: 5px;
}
#twiline_base .follow a {
	display: block;
	width: 61px;
	height: 23px;
	overflow: hidden;
	background: transparent url( ../images/twitter-a.png ) no-repeat 0px 0px;
	text-indent: -9999px;
}

#twiline {
	position: absolute;
	left: 70px;
	top: 9px;
	width:425px;
}

#twiline a {
	color: #5a5a5a;
}

#twiline .time {
	color: #5a5a5a;
}

#twiline a:hover {
	color: #006699;
}

#header-info {
    width: 840px;
	height: 20px;
	margin: 0 30px;
	border: 1px solid #ccc;
	background-position: bottom;
	text-align:center;
	line-height:1.8em;
	clear:both;
} 
	
#header-underline {
    width: 840px;
	height: 9px;
	margin: 0 30px;
	border-bottom: 1px solid #ccc;
	background-position: bottom;
	clear:both;
} 

#nav {
	float:left;
	width: 150px;
	margin: 10px 20px 25px 0;
	padding: 0;
	background: #fff;
	position: relative;
}

#floatMenu {
	position: absolute;
	top: 0;
	left: 0;
} 

#maincontent {
	float: right;
    width: 698px;
	margin: 10px 30px 25px 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
}

#content-title {
    width: 678px;
	height: 27px;
	margin: 0;
	padding: 17px 0 0 20px;
	border-bottom: 1px solid #ccc;
	font: 20px "Helvetica", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-weight: 100;
	color: #5a5a5a;
}

#category-link {
	margin: 0 0 0 15px;
	font: 11px "Helvetica", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

#content {
    width: 660px;
	margin: 0 19px 0 19px;
	padding: 0 0 20px 0;
}

#category-title {
    width: 660px;
	height: 25px;
	margin: 0 0 20px 0;
	padding: 25px 0 0 0;
	border-bottom: 1px dotted #ccc;
	font: 18px "Helvetica", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-weight: 100;
	color: #5a5a5a;
}

#footer {
	clear:both;
	width: 840px;
	height: 39px;
	margin: 0 30px;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	font: 11px "Helvetica", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	line-height:14px;
	color: #999;
}

#dotline{
	clear: left;
	width: 660px;
	height: 1px;
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px dotted #ccc;
}

#to-pagetop {
	width: 660px;
	margin: 0;
	font-size: 10px;
	text-align: right;
}

p {
    font: 12px "Helvetica", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	line-height:18px;
	color: #5a5a5a;
}

a {
	color: #777;
}

a:hover {
	color: #000;
}

h1, h2, h3, h4 {
	clear: both;
}

strong {
	color: #73c400;
	font-weight: 100;
}

hr {
	height: 0px;
	border: 0px;
	border-top: 1px solid #ccc; 
	margin: 5px 0;
}

.dot {
	border-top: 1px dotted #ccc;
	margin: 0 0 5px;
}

.green {
	color: #73c400;
	font-weight: 100;
}

.list-num {
	list-style: inside decimal;
	padding-left: 1em;
	text-indent: -1em;
}

.list-square {
	list-style: inside square;
	padding-left: 1.2em;
	text-indent: -1em;
}

.list-none {
	list-style: inside none;
	padding-left: 1em;
	text-indent: -1em;
}
