/*
-----------------------------------------------------
COMMON
-----------------------------------------------------
*/

* {
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka","Arial","Verdana","Helvetica","sans-serif";
	color:#333333;
	line-height:150%;
}
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	display: inline;
	background:	#FFFFFF url("../img/common/bg.gif") top center repeat-y;
}
table {
	font-size:1em; 
}
form {
	display: inline;
}
img { 
	vertical-align: bottom; 
}
h2 {
	font-size: 100%;
}

a:link {
	color: #339900;
	text-decoration: underline;
}

a:visited {
	color: #99CC7F;
	text-decoration: underline;
}

a:hover, a:active {
	color:#FF3300;
	text-decoration: underline;
}
ul{
	list-style-type: disc;
	margin:0px;
	padding-left: 17px;
}

#wrapper{
	margin:		0px auto;
	padding:	0px;
	width:		750px;

}
#space_img{
	display:block;
	line-height: 0px;
}
#space_img_gray{
	display:block;
	line-height: 0px;
	background-color:#E5E5E5;
	margin:0px;
	padding:0px;
}
#space_img_bot{
	display:block;
	line-height: 0px;
	background:	#FFFFFF url("../img/top/dotborder.gif") repeat-x;
}

/*
-----------------------------------------------------
HEADER
-----------------------------------------------------
*/
#header	{
	margin:				0px auto;
	width:				726px;
}
#header_description {
}
#header_description_txt {
	width:			585px;
	font-size:		95%;
	font-weight:	bold;
	text-align:		left;
	margin:			0px 0px 0px 0px;/*上右下左*/
	padding:		0px 0px 0px 10px;/*上右下左*/
}
#header_font_size {
	width:		141px;
	text-align:	right;
	padding:	5px 5px 0px 0px;/*上右下左*/
}

#header_title_img {
	width:		100%;
	line-height: 0px;
}
#header_menu {
	width:		100%;
	text-align:	right;
	font-size:	85%;
}


/*
-----------------------------------------------------
TEXT COLOR
-----------------------------------------------------
*/
#txt_orange {
	color:#FF3300;
	font-weight:bold;
}
#txt_red {
	color:#FF3300;
}

#txt_attention {
	color:#FF0000;
	font-weight:bold;
}
#txt_underline{
	text-decoration:underline;
}
.small-txt{
	font-size:90%;
}
/*
-----------------------------------------------------
box

-----------------------------------------------------
*/

#box{
border-bottom: 1px solid #46b035;
}

#box2{
border-left: 1px solid #46b035;
border-right: 1px solid #46b035;
border-bottom: 1px solid #46b035;
}
#box3{
border-top: 1px solid #46b035;
border-left: 1px solid #46b035;
}
#box4{
border-right: 1px solid #46b035;
border-bottom: 1px solid #46b035;
}

/*
-----------------------------------------------------
FOOTER
-----------------------------------------------------
*/
#footer	{
	margin:				0px auto;
	width:				726px;
}
#footer_txt	{
	width:				660px;
	margin:				0px auto;
	background-color:	#EDEDED;
	padding:			15px;
	font-size:			14px;
}
#footer_page_top {
	text-align:right;
	clear:both;

}
#footer_space{
	margin:				0px auto;
	width:				100%;
	background-color:	#E5E5E5;
}
#footer_menu{
	font-size:	14px;
	width:		100%;
	text-align:	left;
}
#footer_copyright{
	font-size:		10px;
	text-align: 	right;
	white-space:	nowrap;
}

/*----------裏地(paper) ----------- */
#paper {
	margin:0;
	padding:0;
	padding-top: 20px;
}

#paper ul, #sitemap ul {
	margin-left: 20px;
}
#sitemap ul {
	margin-bottom: 4px;
}
#paper ul li, #sitemap ul li {
	list-style:none;
}
#paper {
	background: url(../img/diet_campaign/paper1.jpg) repeat-y left top;
	border-top: #ccc 1px solid;
}
#paper-b {
	padding-top:50px;
	background: url(../img/diet_campaign/paper2.jpg) no-repeat right bottom;
	clear:both;
	margin-bottom: 50px;
}
#sitemap ul li a {
	background: url(../images/common/navi-triangle.gif) no-repeat 0 0.25em;
	padding: 0 0 0 7px;
	zoom:1;
	display:block;
}
*html #sitemap ul li a {
	background: url(../images/common/navi-triangle.gif) no-repeat 0 0.5em;
}
*:first-child+html #sitemap ul li a {
	background: url(../images/common/navi-triangle.gif) no-repeat 0 0.5em;
}
#sitemap ul li.cate-sub {
	margin-left:12px;
	zoom:1;
}
dl.news {
	width: auto;
	margin-bottom: 30px;
	padding: 10px;
	overflow: hidden;
}
dl.news dt {
	float: left;
	margin-left: 0px;
	padding: 5px 0;
	font-size: 95%;
}
dl.news dd {
	padding: 5px 0;
	margin-left: 7.5em;
}
dl.news dd a.pdf{
	display:block;
	background: url(../images/earthquake/pdf_icon.gif) no-repeat 0 2px;
	padding:0px 0 0px 20px;
}