/* base */
body{
	font-family	:meiryo,'ＭＳ Ｐゴシック'/* Windows */,'Hiragino Kaku Gothic Pro',Osaka,sans-serif/* Macintosh */;
	font-size	:14px;
	line-height	:150%;
	margin		:0px;
	padding		:0px 0px 10px 0px;
	background	:#dbf2ab;
}
#base_layout{
	width		:100%;
	text-align	:center;
}
#main_layout{
	background	:#ffffff;
	width		:800px;
	margin	 	:0px auto 10px auto;
	padding		:0px;
	text-align	:left;
	color		:#000000;
}
#main_layout_outline{
	width		:800px;
	margin	 	:0px;
	padding		:0px;
}



/* header -- レイアウトは別途指定 */
#header{
}
#header_outline{
}


/* contents */
#contents{
	width		:800px;
	margin	 	:0px;
	padding		:0px;
}
#contents_outline{
	width		:800px;
	margin	 	:0px;
	padding		:0px;
}
.title{
	width		:800px;
	margin	 	:0px;
	padding		:0px;
}
.txt_area{
	width		:740px;
	margin		:20px 30px;
	padding		:0px;
	font-size	:16px;
	line-height	:150%;
	font-weight	:normal;
}
.pic_area{
	width		:740px;
	margin		:10px 30px;
	padding		:0px;
}
.footer_navi{
	width		:780px;
	margin		:10px;
	padding		:0px;
	text-align	:right;
	font-size	:14px;
	line-height	:150%;
}


/* footer */
#footer{
	width		:800px;
	margin		:0px;
	padding		:0px;
	text-align	:center;
}
#footer_outline{
	width		:800px;
	margin		:0px;
	padding		:0px;
}
#copyright{
	padding		:10px 0px;
	font-size	:12px;
	line-height	:150%;
	font-weight	:bold;
	color		:#ffffff;
	background	:#669900;
}


/* h1,h2,h3,... */
h1{
	margin		:0px;
	padding		:0px;
	text-indent	:-9999px;
	background	:url(images/head.gif) 0 0 no-repeat;
	width		:800px;
	height		:120px;
}



/* a（ページ標準・変更禁止） */
a:link{
 	color		:#0000ff;
	text-decoration	:none;
}
a:visited{
	color		:#660066;
	text-decoration	:none;
}
a:active{
 	color		:#ff0000;
	text-decoration	:underline;
}
a:hover{
 	color		:#ff0000;
	text-decoration	:underline;
}



/* a（コンテンツ内） */
#main_layout a:link{
 	color		:#333333;
	text-decoration	:none;
}
#main_layout a:visited{
	color		:#333333;
	text-decoration	:none;
}
#main_layout a:active{
 	color		:#669900;
	text-decoration	:none;
}
#main_layout a:hover{
 	color		:#669900;
	text-decoration	:none;
}


/* p */
p{
	margin		:10px 0px;
}


/* img */
img{
	border		:0;
}
.pic_waku{
	width		:250px;
	height		:190px;
	background	:#dbf2ab;
}
.pic_waku a{
	position	:relative;
	display		:block;
	width		:250px;
	height		:190px;
	background	:#dbf2ab;
}
.pic_waku a:hover{
	background	:#ffffff;
}
.pic_cover{
	position	:relative;
	padding-top	:5px;
	margin-left	:5px;
}


/* txt_area */
.txt_area p{
	margin		:5px 0px 0px 0px;
}
.txt_area p.start{
	margin		:0px;
}


/* article */
.article{
	width		:740px;
	margin-left	:30px;
	padding-bottom	:10px;
}
.article_outline{
	width		:740px;
	margin		:0px;
	padding		:0px;
}
.article_floatclear{
	margin		:0px;
	padding		:0px;
	clear		:both;
}
.article_pic{
	width		:250px;
	margin-right	:10px;
	padding		:0px;
	float		:left;
}
.article_txt{
	width		:480px;
	margin		:0px;
	padding		:0px;
	float		:left;
	font-size	:16px;
	line-height	:150%;
	font-weight	:normal;
}


/* link_01 */
.link_01{
	width		:350px;
	margin		:20px 240px;
	padding		:0px;
}
.link_01_outline{
	width		:350px;
	margin		:0px;
	padding		:0px;
}
.link_01 p{
	width		:346px;
	margin		:0px;
	padding		:2px;
	background	:#007719;
	font-size	:18px;
	line-height	:150%;
	font-weight	:bold;
	text-align	:center;
}
#main_layout .link_01 a{
	display		:block;
	width		:350px;
}
#main_layout .link_01 a:link{
	color		:#ffffff;
	text-decoration	:none;
}
#main_layout .link_01 a:visited{
	color		:#ffffff;
	text-decoration	:none;
}
#main_layout .link_01 a:active{
	color		:#ffff00;
	text-decoration	:none;
}
#main_layout .link_01 a:hover{
	color		:#ffff00;
	text-decoration	:none;
}