* {
	color : #232323;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
}
body {
	background-color: ;
	background-image: url();
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	border-style: none;
}
p {
	margin: 0px 0px 10px 0px;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ Std","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}

h3 {
	font-size: 14px;
	color : #232323;
	line-height: normal;
	margin: 0px;
}

a{
	text-decoration: underline;
}
a:active {
	color: #0979C8;
}
a:link {
	color: #0979C8;
}
a:visited {
	color: #0979C8;
}
a:hover {
	color: #FF810A;
	text-decoration: none;
}

	
/*----------------------------------------------------
 id style
----------------------------------------------------*/

#wrapper {
	width: 900px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}


#header {
	width: 880px;
	height: 85px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
div#header h1 {
	float: left; 
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
div#header ul {
	float: right;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}
div#header ul li {
	float: left; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




#introduction_01 {
	width: 900px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#introduction_02 {
	width: 900px;
	clear: both;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
div#introduction_02 img {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}


 
#contents_frame {
	background-image: url(../images/contents_bg_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	width: 860px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}


#navigation {
	text-align: left;
	width: 195px;
	float: left;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#navigation ul {
	list-style: none;
	width: 175px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
div#navigation ul li {
	font-size: 0px;
	width: 175px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



#contents {
	width: 665px;
	text-align: center;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

h2 {
	width: 655px;
	margin: 0px 0px 10px auto;
	padding: 0px 0px 0px 0px;
}



#footer {
	width: 880px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/*----------------------------------------------------
 table style
----------------------------------------------------*/
table.table {
	background-color: #FBFCEF;
	border: 1px solid #CCCCCC;
	text-align: center;
}
table.table tr {
	border-bottom: solid 1px #CCCCCC;
}
table.table tr th {
	line-height: 1.5em;
	border: solid 1px #FFFFFF;
	background-color: #DDFACE;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
table.table tr td {
	font-size: 12px;
	line-height: 1.5em;
	border: solid 1px #FFFFFF;
	padding: 5px;
}

/*----------------------------------------------------
 contents style
----------------------------------------------------*/

div.title_main {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin:	 0px 0px 10px 0px;
}
p.title_sub {
	clear: both;
	width: 100%;
	color: #FF810A;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin:	 0px 0px 5px 0px;
}
p.snipet {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
div.back_top a {
	width: 114px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.back_top {
	width: 630px;
	height: 95px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/contents_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.color_blue {
	color: #0979C8;
}
.color_green {
	color: #26B804;
}
.color_orange {
	color: #FF810A;
}
.color_red {
	color: #E03C26;
}
.color_yellow {
	color: #FFD700;
}



/*----------------------------------------------------
 style end
----------------------------------------------------*/

