@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.header
	04.navi
	05.container
	06.contents
	07.sidebar
	08.footer
	09.other
	10.pagetop

=====================================================================*/

/*  01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img {
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img { display:block;}
li  { list-style-type: none;}
em { font-style: normal;}


/*  a
----------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #f09300;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #82b90d;
	text-decoration: underline;
}

/*  h2
----------------------------------------------------------------*/
h2 {
	margin: 0 auto 7px;
	width: 850px;
}


/*  02.body
--------------------------------------------------------------------*/
body {
	background: #fdfdd3 url(../img/bg.gif) repeat-x 0 0;
	text-align: center;
	color: #585858;
	font-size: 12px;
}

#wrapper,
#header,
#navi,
#footer {
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	background: url(../img/wrapper.gif) repeat-y center 0;
	width: 850px;
}


/*  03.header
--------------------------------------------------------------------*/
#header {
	background: url(../img/header.jpg) no-repeat 0 0;
	width: 850px;
	height: 106px;
}

/* h1 */
#header h1 {
	display: inline;
	float: right;
	padding-top: 54px;
	padding-right: 25px;
	color: #696969;
}

#header div {
	float: left;
	padding-top: 15px;
	padding-left: 25px;
	width: 395px;
	height: 45px;
}
#header div a {
	display: block;
	width: 392px;
	height: 43px;
}
#header div a span { display: none;}


/*  04.navi
--------------------------------------------------------------------*/
#navi {
	background: url(../img/navi.gif) no-repeat 0 0;
	height: 55px;
	width: 850px;
}

#navi ul { margin-left: 20px;}
#navi li,
#navi li a{
	display: block;
	height: 45px;
}
#navi li{
	float: left;
	margin-right: 4px;
}
#navi li a span { display: none;}

#navi ul li#n01 a { width: 160px; background-position: -20px 0;}
#navi ul li#n02 a { width: 158px; background-position: -184px 0;}
#navi ul li#n03 a { width: 158px; background-position: -346px 0;}
#navi ul li#n04 a { width: 158px; background-position: -508px 0;}
#navi ul li#n05 a { width: 160px; background-position: -670px 0;}

#navi ul li a:hover {
	background: url(../img/navi_hover.gif) no-repeat;
}


/*  05.container
--------------------------------------------------------------------*/
#container {
	margin-bottom: 30px;
	margin-left: 19px;
	width: 813px;
	text-align: left;
}

#container:after,
#header:after,
#navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*  06.contents
--------------------------------------------------------------------*/
#contents {
	float: right;
	width: 555px;
}


/*  07.sidebar
--------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 245px;
}


/* topics
--------------------------------------*/
.topics {
	width: 245px;
	height: 195px;
}

.topics h3 { display: none;}
.topics p {
	padding: 70px 20px 0 22px;
	line-height: 1.5;
	font-size: 10px;
}
.topics a img { margin-left: 88px;}


/* taypri
--------------------------------------*/
#tayori {
	background: url(../img/himawari_t_bg.gif) no-repeat 0 0;
}
#tayori p,
#s_topics p { color: #8f5816;}


/* hnews
--------------------------------------*/
#hnews {
	background: url(../img/himawari_n_bg.gif) no-repeat 0 0;
}
#hnews p,
#t_topics p { color: #40583a;}

/* s_topics
--------------------------------------*/
#s_topics {
	background: url(../img/dekigoto_t_bg.gif) no-repeat 0 0;
}

/* t_topics
--------------------------------------*/
#t_topics {
	background: url(../img/dekigoto_s_bg.gif) no-repeat 0 0;
	padding-bottom: 5px;
}


.topics:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* bnr
--------------------------------------*/
.bnr { padding: 10px 0 0;}
.bnr img { margin-bottom: 7px;}

/*  08.footer
--------------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding-bottom: 18px;
	background: url(../img/footer.gif) no-repeat 0 0;
	width: 810px;
}

#footer ul {
	display: block;
	float: left;
	margin-left: 3px;
	width: 580px;
}
#footer ul.fn_p {
	padding-top: 17px;
}
#footer ul.fn_m {
	margin-bottom: 10px;
}

#footer ul li {
	display: block;
	float: left;
	padding-left: 9px;
	margin-right: 17px;
	margin-bottom: 5px;
	background: url(../img/icon_ya.gif) no-repeat 0 6px;
	font-size: 11px;
}

#footer ul li a { color: #585858; text-decoration: none;}
#footer ul li a:hover { text-decoration: underline;}


/* ------------- access -------------- */
#access {
	clear: both;
	padding-left: 3px;
	padding-top: 10px;
	border-top: 1px dashed #becf8d;
	letter-spacing: 1px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, sans-serif;
	font-size: 10px;
}
#access div {
	float: left;
	width: 195px;
	font-size: 10px;
}

#access .orange { color: #c87101;}
#access .blue { color: #0db3d1;}
#access .green { color: #54a40d;}

/* ------------- copy -------------- */
#copy {
	clear: both;
	padding-left: 3px;
	padding-top: 15px;
	color: #b6b6b6;
	letter-spacing: 1px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, sans-serif;
	font-size: 10px;
}

#footer:after,
#access:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*  09.other
--------------------------------------------------------------------*/
.right { float: right;}
.left { float: left;}

.center { display: block; margin: 0 auto; text-align: center;}
.clear { clear: both;}
html>body a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*  10.pagetop
----------------------------------------------------------------*/
.pagetop {
	float: right;
	padding-right: 15px;
	width: 153px;
	height: 32px;
}
.pagetop a {
	display: block;
	width: 153px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}
.pagetop a span { display: none;}

.pagetop div a:hover {
	background-color: #ffffff;
	opacity:0.3;
	filter: alpha(opacity=30);
}	


