@charset "utf-8";
@import url("margin.css");
@import url("text.css");
@import url("padding.css");
@import url("contents.css");
@import url("menu.css");
@import url("add.css");
@import url("dynamic.css");
@import url("lifepc.css");


/*------------------------------------
デフォルトＣＳＳクリヤー
------------------------------------*/
* {
	margin : 0;
	padding : 0;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
		font-size:small;
}


/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }


/*------------------------------------
共通
------------------------------------*/
body {
	font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック',MS PGothic,'メイリオ',Meiryo,sans-serif;
	font-weight:normal;
	font-size:1em;
	width : 100%;
/*	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
*/	
}

#my_body {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
/*------------------------------------
ヘッダー
------------------------------------*/
#my_header_top {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 950px;
	position: relative;
}
#my_header_top .rogo h1{
	font-size: 10px;
	color: #999999;
	text-decoration:none;
	padding-top: 5px;
	margin-left: 370px;

}
.samini h2{
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-align: right;
	margin-top: 30px;
	line-height: 150%;
}
#my_header_top .button_sitemap {
	position: absolute;
	top: 3px;
	left: 760px;
	font-size: 12px;
	font-weight: bold;
	width: 180px;
	color: #FFFFFF;
}
#my_header_top .button_sitemap a{
	text-decoration:none;
	color: #FFFFFF;


}
#my_header_top .button_sitemap a:hover{
	color: #FF0000;


}

#page_body {
	width: 950px;
	background-image: url(../img/con_bg.jpg);
	background-repeat: repeat-y;
}
/*------------------------------------
フッター
------------------------------------*/
#my_footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 950px;
	float: none;
}
.page_top {
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
	padding-top: 15px;
}
.page_top a{
	font-size: 12px;
	text-decoration:none;
}
.page_top a:hover{
	text-decoration: underline;
}


#my_footer address {
	font-size: 12px;
	text-align: center;
}
#header_top {
	height: 75px;
	width: 280px;
	position: absolute;
	top: 21px;
	left: 10px;
}
.text_w {
	color: #FFFFFF;
}
.text_red {
	color: #FF0000;
}
.text_b {
font-weight:bold;

}

