@charset "utf-8";

/* 主要Styleの書き換え */
body {
	text-align: left;
	margin: 0 auto;
	background-image:none;
}

div#container {		/* コンテナ（コンテンツとフッターを含むサイトの構成要素すべてを囲む） */
	width: 942px;
	position: relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F7F7F7;
}

body > #container {
	height: auto;
}

/*------------------------------------
MENUBOXエリア
------------------------------------*/

div#box-container {		/* コンテナ（コンテンツとフッターを含むサイトの構成要素すべてを囲む） */
	width: 865px;	/* サイトの横幅を入力 */
	min-height: 100%;
	font-size:75%;
}

body > #box-container {
	height: auto;
}


#box-header {
	width:865px;
	background-color:#FFFFFF;
	color:#666666;
	vertical-align:middle;
}

#box-header h1{
}

#box-header h2{
}

#box-contents{
	display: inline-block;
	width:865px;
	color:#666666;
	background-color:#FFFFFF;
	vertical-align:top;
}

#menu_contents{
}

#menu_contents ul{
}

#menu_contents ul li{
	display:inline;
	float:left;
	width: 155px;
	text-align:center;
	background-color:#666666;
	margin-left:1px;
	margin-bottom:1px;
}



#box-menu-title-area{
	display: inline-block;
	width:865px;
}

#box-menu-furusato{
	display: inline-block;
	width:865px;
	background-color:#F9CB7F;
}


#box-menu-footer{
	background-color:#CAC2CD;
	font-size:90%;
	color:#666666;
	height:20px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}

.box-menu-title{
	padding:5px;
	line-height: 150%;
	color:#7C512A;
	font-size:145%;
	font-weight:bold;
}

.box-furusato{
	padding:5px;
	line-height: 150%;
}

.box-title{
	font-weight:bold;
	color:#7C512A;
	padding:5px;
	line-height: 150%;
	font-size:120%;
}

.box-title2{
	font-weight:bold;
	color:#460E44;
	padding:5px;
	line-height: 150%;
}

.box-tenpo-area{
	background-color:#EDE9D8;
}
.box-chef{
	font-weight:bold;
	color:#7C512A;
	padding:10px;
	line-height: 150%;
	font-size:120%;
}

.box-tenpo{
	padding-left:10px;
	padding-right:10px;
}

.box-tenpo-link{
	font-weight:bold;
	color:#333333;
	padding:10px;
	line-height: 150%;
	vertical-align:middle;
}
.box-tenpo-link a{
	font-size:100%;
}

.box-kankei{
	background-color:#FFFFFF;
}
.box-omoi{
	background-color:#FFFFFF;
}
.box-msg{
	background-color:#FFFFFF;
}

.box-teikyo{
	font-size:80%;
	padding-left:10px;
}

/*------------------------------------
ヘッダー
------------------------------------*/
#header {
	width:942px;
	height:50px;
	position:relative;
	padding-top: 20px;
}

#header h1{
    position:absolute;
	top:10px;
	left:0px;
}

#header h2{
    position:absolute;
	top:52px;
	right:0px;
    background:url(../img/hd_home_bg.jpg) repeat-x;
	width:130px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	font-size:90%;
	padding-top:5px;
}

#header h3{
    position:absolute;
	top:82px;
	left:0px;
}

#header ul{
	position:absolute;
	top:98px;
	left:67px;
	width: 890px;
}

#header li{
	display:inline;
}

#header li a{

}

.hd_line{
    position:absolute;
	top:82px;
	left:0px;
}

#mn_pankuzu{
	padding-left:5px;
	color:#333333;
	font-size:80%;
}


#mn_pankuzu a:link {
    color: #000000;
	text-decoration: none;
}

#mn_pankuzu a:visited{
    color: #000000;
	text-decoration: none;
}

#mn_pankuzu a:hover {
    text-decoration:underline;
	color:#640000;
}

#mn_pankuzu a:active {
	text-decoration:underline;
	color:#640000;
}






#hd_img_area{
    background:url(../img/hd_img_bg.jpg) repeat-y;
}

#hd_img_area_main{
	padding-left:5px;
	padding-right:5px;
}

#g_menu{
	padding:0px;
}

#g_menu ul{
}

#g_menu li{
	display:inline;
	padding:0px;
}

#g_menu li a{

}



/*------------------------------------
メインエリア
------------------------------------*/
#main-contents{
	display: inline-block;
	width:942px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/*------------------------------------
コンテンツエリア
------------------------------------*/
#oubo_dl_area{
	background-color:#FFFFFF;
}

.txt-title-bold-bu {
    font-size:85%;
    line-height:155%;
	font-weight:bold;
	color:#330000;
}

.txt-small-bu{
	font-size:65%;
	line-height:135%;
	color: #330000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "osaka", "Osaka－等幅","Osaka-Mono", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.txt-normal-bu {
	font-size:76%;
	line-height:170%;
	color: #330000;
}

.txt-title-bu {
    font-size:100%;
    line-height:135%;
	color:#330000;
}



/* フッター */
#footer {
	/*position: absolute;*/
	bottom: 0px;
	width: 100%;
	height: 80px;
	padding-left:0px;
	padding-right:0px;
}
#footer_copy{
	text-align:right;
}

#footer dl{
	padding:10px;
}


.place_menu{
background:#43676B;
width:900px;
}


#pagetop {
	width:970px;
}





.menu_img{
padding-left:0px;
padding-right:0px;
padding-top:5px;
padding-bottom:3px;
}

.menu_place{
background-color:#FFFFFF;
color:#333333;
padding-left:3px;
padding-right:3px;
margin-left:5px;
margin-right:5px;
}
.menu_place1{
background-color:#FFFFFF;
color:#333333;
font-size:70%;
padding-top:5px;
padding-bottom:5px;
padding-left:0px;
padding-right:0px;
text-align:left;
}
.menu_place1_txt{
background-color:#FFFFFF;
color:#333333;
	font-size:120%;
	font-weight: bold;
}
.menu_place2{
background-color:#FFFFFF;
color:#333333;
	font-size:80%;
padding-top:5px;
padding-bottom:5px;
padding-left:0px;
padding-right:0px;
text-align:left;
height:45px;
line-height:130%;
}
.menu_place_bar{
	padding:0px;
}


.menu_l_aomori{
background-color:#006E54;
}

.menu_l_iwate{
background-color:#00A381;
}

.menu_l_miyagi{
background-color:#38B48B;
}

.menu_l_fukushima{
background-color:#00A497;
}

.menu_l_ibaraki{
background-color:#80ABA9;
}

.menu_l_tochigi{
background-color:#478384;
}















/* -----//----- */


#intro_human {
	display: none;
}
#sche_00 {
	margin-bottom: 40px;
}
#sche_00 ul {
	margin-top: 20px;
}
#sche_00 li {
	margin-bottom: 15px;
}
#sche_00 li.zen {
	float: left;
	width: 200px;
	margin-right: 10px;
	background: url("../about/img/arrow00.gif") right 15px no-repeat;
}

#sche_00 li.zen2 {
	float: left;
	width: 180px;
}

#sche_00 li p.box01 {
	display: block;
	background: url("../about/img/sche_waku.gif") no-repeat;
	width: 176px;
	height: 79px;
	padding: 15px 0 0 15px;
}

* html #sche_00 li p.box01 {
	padding: 15px 0 0 15px;
}


#sche_00 li p.box01 span.fontstyle02 {
	color: #333;
	font-size:70%;
	font-weight: nomal;
	line-height: 1.2em;
}

#left-mainarea {
	float: left;
	width: 650px;
	background-color:#FFFFFF;
}


#left-mainarea .inner {
    padding:30px 20px 40px 20px;
}

#left-mainarea .inner2 {
    padding:30px 0px 40px 0px;
}


#left-mainarea dt{
    float:left;
	width:350px;
}

#left-mainarea dd {
    float:right;
	width:240px;
}

/*審査員紹介*/
#intro_menu li{
    float:left;
	padding-right:15px;
}



/*表彰（賞）について*/
.prize_area_01{
    float:left;
	width:295px;
}

.prize_area_02{
    float:right;
	width:295px;
}

.prize_area_03{
    float:left;
	width:196px;
}

/*backnumber100308*/
.menuArea{ 
	background: url(../about/img/img_judge-menubtm1.gif) bottom repeat-y;
	margin-bottom: 20px;
	padding-bottom:10px;
	width:610px;
}

.menuList li{
    background: url(../about/img/bullet_red-arrow-down.gif) no-repeat left;
	float:left;
	font-size:12px;
	padding:0px 5px 0px 15px;
}

.prizeList li{
	float:left;
	font-size:12px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	letter-spacing:inherit;
}

.twoLeft{
	float:left;
	padding:5px 0px 10px 0px;
	width:300px;
}

.twoRight{
	float:rigth;
	padding:5px 0px 10px 0px;
	width:300px;
}

.threeLeft{
	float:left;
	padding:5px 0px 10px 0px;
	width:200px;
}

.threeCenter{
	padding:5px 0px 10px 0px;
	width:200px;
}

.threeRight{
	float:right;
	margin-right:0px;
	padding:5px 0px 10px 0px;
	width:200px;
}

.prizeTxt{
	display:block;
	float:left;
	font-size:12px;
	letter-spacing:01.em;
	text-align:left;
}

/*finalist100909*/
.finalist{ 
	background: url(../finalist/img/bg.gif) no-repeat;
	padding-top:10px;
	width:610px;
	height:250px;
	margin-bottom:10px;

}
.finalist_menuList li{
    background: url(../about/img/bullet_red-arrow-down.gif) no-repeat left;
	float:left;
	font-size:12px;
	padding:0px 15px 0px 15px;
}
.award_list{
	clear:both;
}

.award_list_l{
	float:left;
	clear:both;
	width:150px;

}
* html .line{
	margin-bottom:-10px;
}
*:first-child+html .line{
	margin-bottom:-10px;
}

#pankuzu2 .home{
	padding-left:20px;
	background:url(../img/icon_home.gif) no-repeat 20px 0px;
	text-indent:15px;
	text-align:left;
}
#pankuzu .home{
    padding-left:20px;
    background:url(../img/icon_home.gif) no-repeat 20px -2px;
	text-indent:15px;
}

.text-w{
	color:#fff;
	background-color:#640000;
	padding:3px;
	line-height:200%;
}

a.underLine:link {
	color: #c00;
	text-decoration: underline;
}

a.underLine:hover {
	color: #c00;
	text-decoration: none;
}
