@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	text-justfy:inter-ideograph;
	line-height:1.5em;
}

html,body {
	margin: 0px auto;
	width:960px;
	height:100%;
	background-color:#FFF;
	text-align:center;
}

p {
	text-indent:1em;
}

img {
	margin:0;
	padding:0;
	border:none;
}

a:link {
	color:#00C;
	text-decoration:none;
}

a:visited {
	color:#00C;
	text-decoration:none;
}

a:hover {
	color:#F63;
	text-decoration:underline;
}

a:active {
	color:#FF0;
	text-decoration:underline;
}

h1 {
	height:6px;
	text-indent:-9999px;
}

/*-----div area-----*/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0px auto;
	width:960px;
	background-image:url(../img/bg_contents.gif);
	background-repeat:repeat-y;
	text-align:left;
}

#head {
	width:100%;
	height:100px;
	background-image:url(../img/bg_head1.gif);
	background-repeat:repeat-x;
}

#container {
	padding-bottom:40px;
}

#contents {
	margin: 0 auto;
	clear:both;
	width:960px;
}

#pr_text_area{
	height:45px;
	background-image:url(../img/bg_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#footer {
	clear:both;
	position:absolute;
	bottom: 0px;
	width:960px;
	height:40px;
	background-image:url(../img/bg_footer.gif);
	background-repeat:repeat-x;
	font-size:70%;
}
#footer a,
#footer a:link,
#footer a:visited {
	color:#FF6;
	text-decoration:none;
}

#footer a:hover,
#footer a:active {
	color:#FFC;
	text-decoration:underline;
}

/*----メインコンテンツ（左）----*/

.main_contents {
	width:580px;
	float:left;
	padding:10px 10px 10px 30px;
}


/*----サイドコンテンツ（右）----*/
.right_contents {
	float:right;
	width:310px;
	padding:10px 20px 10px 10px;
}

.right_contents .link_list {
	margin-right:10px;
	margin-bottom:10px;
	font-size:90%;
}

.link_list h4 {
	text-align:center;
	color:#666;
}

/*--フッターを下に固定させるためフロートを解除--*/
.clearfloat {
	clear:both;
}

/*--ロゴ--*/
#top {
	position:absolute;
	top:2px;
	left:10px;
}

/*---文字サイズ変更--*/
#fontchange {
	position:absolute;
	top:10px;
	right:10px;
	width:150px;
}

#mojisize {
	font-size:12px;
}

/*-----navi-----*/

#navi_area {
	height:30px;
	position:absolute;
	top:70px;
	left:30px;
}

.navi li{
	list-style:none;
	float:left;
}

/*----テキスト広告エリア--*/

#pr_text_area {
	height:45px;
}

#pr_text_area p {
	position:relative;
	top:10px;
	text-align:center;
	color:#FFF;
}

/*---グーグルサーチ---*/
#search_box01 {
	width:960px;
	text-align:center;
}

#branding_text {
	font-size:10px;
	color:#666;
}

.input_area {
	text-align:right;
	margin-right:100px;
}
#search_box01 .li_komidashi3 {
	font-size:12px;
	color:#666;
	font-weight:bold;
}

/*グーグルサーチ結果表示エリア*/
#cse-search-results {
	padding-left:2em;
	background-image:url(../img/bg_contents.gif);
	background-repeat:repeat-y;
}

/*--テキスト--*/

.text_r {
	text-align:right;
}
.em1 {
	text-indent:1em;
}
.em30 {
	text-indent:30px;
}

.em60{
	text-indent:60px;
}
.day {
	font-weight:bold;
	color:#F00;
}

.li_up {
	font-weight:bold;
}

.li_not,
.li_up{
	list-style-type:none;
}

/*---------トップページ--------*/
#btn_area {
	height:130px;
}

#btn0 {
	float:left;
}

#btn1 {
	float:right;
}

#info,
#update {
	clear:both;
	margin:32px 0;
}

#info h2,
#update h2 {
	margin-top:10px;
	font-size:18px;
	text-align:center;
	color:#030;
}

#update table {
	width:560px;
	margin-left:10px;
	margin-bottom:16px;
	border-collapse:collapse;
}

#update td {
	border-bottom:#030 dotted 1px;
}

#update td {
	padding:2px 5px;
	vertical-align:top;
}

#update .td100 {
	width:100px;
}

#info p {
	margin-top:0.5em;
}

#attention h3 {
	color:#030;
	font-size:90%;
	text-align:center;
}

#attention p {
	text-indent:1em;
	font-size:90%;
	color:#333;
	margin-top:0.5em;
}
	


/*---------改定NEWS------------*/
#news_area h2 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#F00;
	text-align:center;
	margin-bottom:0.5em;
}

#news_area h3 {
	margin-top:2em;
	color:#030;
}

#news_area .day {
	text-align:right;
}

#news_area p {
	margin-bottom:1.5em;
}

#news_area ul,
#news_area ol {
	list-style-position:inside;
}

#news_area li {
	font-size:90%;
}




address {
	margin-top:15px;
	color:#FFF;
	text-align:center;
	font-style:normal;
	font-size:12px;
}

