@charset "utf-8";

/* background image */

body {
	background-color: #5F91C4;
	background-repeat: no-repeat;
	background-position: center top;
}

/* image */

img {
	border:none;
	padding-top: 5px;
	padding-bottom: 7px;
}

/* font */

#contentGroup h1 {
font-size: 1px;
	margin:0;
	padding:0;
	text-indent: -9999px;
}

#contentGroup h2 {
	font-size: 100%;
	color: #003380;
	margin:0;
	padding:0;
	border-left-width: 5px;
	border-left-style: solid;
	text-indent: 3px;
}

#contentGroup h3 {
	font-size: 95%;
	line-height:18px;
	color: #003380;
	margin:0;
	padding:0;
	text-indent: 3px;
}

#contentGroup h4 {
	font-size: 90%;
	line-height:18px;
	color: #003380;
	border-left-width: 5px;
	border-left-style: solid;
	text-indent: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#contentGroup p {
	margin:6px 0 18px 0;
	padding:0;
}


/* header background image */

#headerTopics, #headerAbout, #headerBlog, #headerContact {
	height: 350px;
	width: 920px;
}

#headerTopics {
	background-color: #73A0CC;
	background-image: url(../images/top_images.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerTopics, #headerContents h1 {
	text-indent: -99999px;
	display: block;
	font-size: 1px;
}


#headerContents {
	background-color: #44678C;
	background-image: url(../images/contents/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 920px;
}


/* hidden heading */

#outerGroup #headerTopics p {
	font-size: 6px;
	font-weight: normal;;
	margin:0;
}

#outerGroup #headerTopics p {
	color: #023;
	padding-top: 30px;
}


/* footer design */

#footer p {
	margin:0;
	padding:0;
}


#footer a:link {
	color: #cef;
	text-decoration: none;
}

#footer a:visited {
	color: #cef;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #fc0;
	text-decoration: underline;
}

#footer a:focus {
	color: #fc0;
}

#footer a:active {
	color: #fff;
}


#outerGroup #contentGroup #contents01  img {
	float: right;
	clear: both;
	padding-bottom: 10px;
	padding-left: 5px;
}


#contents01 #pan {
	font-size: x-small;
	height: 25px;
}


#contentGroup #contents02 {
	background-color: #FFF;
	width:720px;
	float:left;
	padding-top: 16px;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


#outerGroup #contentGroup #contents02  img {
	float: right;
	clear: both;
	padding-bottom: 10px;
	padding-left: 5px;
}


#contents02 #pan {
	font-size: x-small;
	height: 25px;
}


#advertisement .date {
	font-size: x-small;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#advertisement .info {
	margin: 0px;
	line-height: 1.4em;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#contentGroup .learnmore {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#0088CC;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/p_learnmore.gif);
	background-repeat: no-repeat;
	background-position: 100% center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: 600;
}

a [learnmore] {
	color:#C00;
}

/* dotline */

#contentGroup  .dotline {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}


/* panくず */

#bread03 {
	font-size: 90%;
	list-style: none;
	background: url(../images/bg_grad.gif) repeat-x left center;
	min-height: 23px;
	margin: 10px 0px;
	padding: 0px;
	width: 100%;
}


*html #bread03 {
	height: 23px;
}


#bread03 li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}


#bread03 li a {
	text-decoration: none;
	color: #F3F0ED;
	background: url(../images/arrow_grad.gif) no-repeat right center;
	display: block;
	margin: 0px;
	padding: 4px 20px;
}

#bread03 .active {
	margin: 0px;
	padding: 4px 0px 0px 20px;
	color: #fc0;
}


#contentGroup .question{
	line-height: 1.5em;
	background-image: url(../images/contents/question.gif);
	background-repeat: no-repeat;
	text-indent: 27px;
	display: block;
	list-style-type: none;
	padding-bottom: 15px;
}

#contentGroup .answer{
	line-height: 1.8em;
	background-image: url(../images/contents/answer.gif);
	background-repeat: no-repeat;
	text-indent: 27px;
	list-style-type: none;
	display: block;
	padding-bottom: 15px;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}


.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
