@charset "Shift_JIS";

/* hinosato
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}

body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", MS UI Gothic, Arial, Helvetica, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo;
	text-align: center;
	background-color: #F9E7CE;
}

form, p, table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border: 0px;
}

/* Center */

.center {
text-align:center;
}

/* Left */

.left {
text-align:left;
}

/* Right */

.right {
text-align:right;
}

.f-left {
	float: left;
}
.f-clear {
	clear: both;
}
.f-left-img {
	float: left;
	margin: 0 0px 0px 0;
}
.f-right-img {
	float: left;
	margin: 0 0 0px 0px;
}

/*---------------全体レイアウト---------------*/


#wrapper_01 {
	width: 781px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------ヘッダー---------------*/

#head {
	width:781px;
	margin-right: auto;
	margin-left: auto;
	background:url(../images/common/bg_head_01.gif) repeat-x;
	height:35px;
}

#title {
	padding: 0 0 0 0px;
	margin: 0;
	float: left;
}

.h1 {
	padding: 0 0 0 0px;
}

/*---------------コンテンツ---------------*/

#container_01 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------本文---------------*/

#content_01 {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#sub_content_01 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0 20px 0px;
	text-align:center;
}
.adobe_01 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* bg
----------------------------------------------- */

.abg {
	background-image: url(../images/safety/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bbg {
	background-image: url(../images/privacy/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.cbg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
.bg_topline_01 {
	background-image: url(../images/top/g_line.gif);
	background-repeat: repeat-x;
	margin: 10px 0 10px 0px;
 padding: 0 0 0 0px;
}
.bg_topmenu_01 {
	background-image: url(../images/top/waku_bg_02.gif);
	background-repeat: repeat-y;
	margin: 0px 0 0 0px;
 padding: 0 0 0 0px;
}
.bg_event_line_01 {
	background-image: url(../images/event/dotline.gif);
	background-repeat: repeat-x;
	margin: 5px 0 5px 0px;
}


/* line
----------------------------------------------- */
.line_01 {
	line-height: 150%;
}

/* font color
----------------------------------------------- */
.green_01 {
	color:#006600;
	font-weight: bold;
}
/* font 
----------------------------------------------- */
.txt_s {
	font-size: small;
}


/* 
----------------------------------------------- */
.topix_1 {
	overflow : auto;
	width : 280px;
	padding : 0px;
	margin : 0px;
	color : #333;
	letter-spacing: 1px;
	line-height: 145%;
	background-color: #FFFFCC;
	height: 190px;
}

/* 
----------------------------------------------- */

/*　sub menu --------------------*/
.s_menu_table1 {
	width: 779px;
	margin: 0 0 0 1px;
	text-align: center;
	clear: both;
}

/*　top main table --------------------*/
.top_table1 {
	width: 700px;
	margin: 8px 0 0px 0px;
	text-align: left;
	clear: both;
}
.txt_01 {
	margin: 0px 0 0px 5px;
	padding: 5px 0 5px 0px;
	letter-spacing: 1px;
	text-align: left;
	clear: both;
}
.txt_02 {
	margin: 0px 0 0px 0px;
	padding: 5px 0 5px 0px;
	letter-spacing: 1px;
	text-align: center;
	font-size:10px;
}
.txt_03 {
	margin: 0px 0 0px 0px;
	padding: 0px 0 5px 8px;
	line-height: 150%;
	letter-spacing: 1px;
	font-size:10px;
}


/* font color
----------------------------------------------- */
.red_1 {
 color:#CC0000;
	margin : 0 0 0 8px;
	}
.red_2 {
 color:#CC0000;
	}
.red_3 {
 color:#ff0000;
	}

.blue_1 {
	color:#0099FF;
	font-weight: bold;
	}


/* Useful
----------------------------------------------- */

.pd00 { padding: 0px; }

.pt02 { padding-top: 2px; }
.pt05 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }

.pr20 { padding-right: 20px; }

.pb01 { padding-bottom: 1px; }
.pb08 { padding-bottom: 8px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }

.pl08 { padding-left: 8px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }

.mg00 { margin: 0px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }

.mr00 { margin-right: 0px; }

.mb01 { margin-bottom: 1px; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }


.ml08 { margin-left: 8px; }
.ml10 { margin-left: 10px; }
.ml25 { margin-left: 25px; }


/*  pagetop
------------------------------------ */
.pagetop_01 {
	font-size: 12px;
	color: #333;
	letter-spacing: 0px;
	line-height: 150%;
	text-align: right;
	margin: 30px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
	}



/*  link
------------------------------------ */
a {
	color:#0000CC;
}
a:hover {
	color:#FF6600;
	text-decoration: underline;
}
