@charset "utf-8";
/* Reset */
* {
    margin: 0;
    padding: 0;
}


/* LinkColor */
a:link, a:visited {
	color: #039;
	text-decoration: none;
}
a:hover, a:active {
	color: #F30;
	text-decoration: underline;
}



/* Headline */
h1 {
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 20px;
	width: 480px;
	padding-bottom: 5px;
}
h2 {
	font-size: 25px;
	font-weight: bold;
	background-image: url(images/h2.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.tagCloud h2 {
	background-image: none;
	border: none;
	padding: 0px;
}
h3 {
    font-size: 20px;
}
.blockArticle h3 {
    font-size: 18px;
}
.comment h3 {
	display: inline;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 5px;
}
h4 {
	background-color: #EEE;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}


/* Tag */
p {
	line-height: 150%;
	padding-bottom: 10px;
}
strong {
	font-size: 105%;
	font-weight: bold;
}
li {
    list-style: none;
}
em {
	font-weight: bold;
	font-style: italic;
}
img {
	border: none;
}



/* Layout */
html {
	height: 100%;
}
body {
	text-align: center;
	line-height: 100%;
	font-size: 16px;
	background-image: url(images/bgBody.png);
	background-repeat: repeat-y;
	height: 100%;
}
.container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/bgContainer.png);
	background-repeat: repeat-y;
	min-height: 100%;
}

/* Header */
.header {
	height: 130px;
	position: relative;
}
.header .headerInfo {
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-top: 5px;
}
.header .headerLogo {
	position: absolute;
	left: 50px;
	top: 45px;
}
.header .headerBanner {
	position: absolute;
	left: 220px;
	top: 30px;
}


/* Menu */
.menu {
	background-image: url(images/bgBar.png);
	background-repeat: no-repeat;
	height: 35px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	text-align: right;
}
.menu a {
	margin-right: 30px;
	position: relative;
	top: 10px;
}

/* Content */
.main {
	width: 635px;
	float: left;
	position: relative;
	left: 15px;
	top:5px;
}

/* Navi */
.navi {
	float: right;
	width: 300px;
	position: relative;
	right: 15px;
	top:5px;
	color: #333;
}
.eachNavi {
	padding-bottom: 10px;
}
.navi .naviBanner {
	margin-bottom: 5px;
}

/* Footer */
.footer {
	text-align: center;
	color: #666;
	clear: both;
	float: none;
	padding: 20px;
	font-size: 12px;
}
.footer a:link, .footer a:visited {
	color: #666;
}



/* Common */
.wrap {
	padding: 10px;
}
.wrapLR {
	padding-right: 10px;
	padding-left: 10px;
}
.fontBig {
	font-size: 115%;
}
.fontSmall {
	font-size: 85%;
}
.caution {
	color: #F30;
}
.more {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.more strong {
	font-size: 20px;
	font-weight: bold;
	color: #0C0;
}
.detail {
	background-image: url(images/bgBar.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #CCC;
}
.breadcrumbs {
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.pageNavi {
	clear: both;
	float: none;
	text-align: center;
	background-image: url(images/bgPageNavi.png);
	margin-top: 8px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}


.tagCloud {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.tag {
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
}

.blockArticle {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.date {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 17px;
}
.chart {
	background-color: #FFEED2;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.chart .questionJ {
	font-size: 17px;
	font-weight: bold;
	line-height: 110%;
}
.chart .pieChart {
}
.chart .pieChart a {
	margin-top: 10px;
	display: none;
}

.each {
	padding-bottom: 10px;
}
.each .chart .questionJ {
	font-size: 15px;
	font-weight: bold;
	line-height: 110%;
}
.each .border {
	border-top-width: 2px;
	border-top-color: #CCC;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}



.item {
}
.item .chart .questionJ {
	font-size: 17px;
	font-weight: bold;
	line-height: 110%;
}
.item .chart .questionE {
	font-size: 12px;
	color: #999;
}
.item .text {
	padding: 10px;
}
.item .imgThumb {
	float: right;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}



.eachComment {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-right: 30px;
	margin-left: 20px;
}
.eachComment .commentHead {
}
.eachComment .commentText {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


td.head {
	text-align: right;
	position: relative;
	top: 3px;
}


/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom:1;
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/
