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

/* Global */
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #454545;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

a:link,
a:visited,
a:active {
	color: #666666;
	text-decoration: none;
}

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

div#footer a:link,
div#footer a:visited,
div#footer a:active {
	color: #BDBDBD;
	text-decoration: underline;
}

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

img {
	border: 0;
		padding: 0;
	margin: 0;
}

form,
h1,h2,h3,h4,h5,p {
	padding: 0;
	margin: 0;
}

.clear {
	clear:both;
}

br.clear {
	clear:both;
	height: 1px;
	width: 1px;
}

/* Common */
div#container {
	text-align: center;
}

div#header,
div#content,
div#footer {
	clear: both;
}

ul,li,ol{
	margin:0px;	
	padding:0px;
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
	font-weight:normal;
	text-decoration:none;
	line-height:100%;
	text-indent:0px;
	}

/* header */
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	height:105px;
	background-position: top;
}
#header_inner {
width:900px;
height:105px;
margin:0px auto 0px auto;
}
h1 {
float:left;
margin-top:20px;
}
h2 {
text-align:right;
padding:20px 0px 10px 0px;
}
#sub_menu {
float:right;
}
#sub_menu ul{
list-style-type: none;
}
#sub_menu ul li{
display:inline;
}



/* contents */
#contents {
width:900px;
margin:0px auto 0px auto;
}
#top {
width:900px;
margin:15px auto 30px auto;
}
#main {
width:655px;
float:left;
}




/**サイドメニューエリア**/
#pro_side {
	width:220px;
	float:right;
}
#pro_side h4 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#pro_side ul {
list-style-type: none;

}
#pro_side ul li{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
display:inline;
}



/**Contact**/
.contactArea {
	width:635px;
	height:78px;
	margin:10px 0px 0px 0px;
	padding:20px 0px 20px 20px;
	background-image: url(../images/bg_contact.gif);
	background-repeat: no-repeat;
}
.contactArea p {
line-height:1.4;
margin:0px 0px 0px 15px;
color:#111111;
}
.contactArea p strong {
color:#044a88;
}
.contactArea p span {
font-weight:bold;
}

/* footer */
#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	height:52px;
	background-position: top;
}
#footer_inner {
width:900px;
padding-top:19px;
margin:0px auto 0px auto;
}
#footer_inner address {
width:212px;
height:12px;
text-indent:-9999px;
display:block;
	float:right;
	background-image: url(../images/copy.gif);
	background-repeat: no-repeat;
}



/****************************************
下層共通部分
****************************************/

/**パンくず**/
.topicPath {
width:900px;
padding-bottom:10px;
font-size:0.85em;
}
.topicPath a {
color:#111111;
text-decoration:underline;
}
.topicPath a:hover {
color:#111111;
text-decoration:none;
}

/**下部リンクエリア**/
#bottom_linkArea {
width:655px;
margin:30px 0px 30px 0px;
}
#bottom_linkArea img.linkleft{
float:left;
}
#bottom_linkArea img.linkright{
float:right;
}