@charset 'UTF-8';

*{
    margin:0;
    padding:0;
}

html{
	overflow-y:scroll;
	-webkit-text-size-adjust:none;
}

html, body{
	background-color: #fff;
	color: #333;
}

body{
	padding: 0;
}

/* clearfix */
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

/* for IE6 */
* html .clearfix {
	display:inline-block;
}

/* for IE7 */
*+html .clearfix {
	display:inline-block;
}

a:link,
a:visited{
	color: #333;
	text-decoration: none;
}

a:hover,
a:active{
	color: #666;
	text-decoration: none;
}

.alpha_obj{
	cursor: pointer;
}

img.loader{
	margin: 62px 0 0 84px;
}

#wrapper{
	text-align: center;
		overflow: hidden;
}

a{
	border: none;
	outline: none;
}

img{
	border: none;
	outline: none;
}

#header{
	text-align: center;
}

#header_inner{
	margin: 0 auto;
	padding: 14px 0 17px 0;
	text-align: left;
	width: 804px;
	overflow: hidden;
	text-decoration: none;
	height: 74px;
}

#kantei_logo{
	margin: 0 0 18px 0;
}

#trunk{
	background: url(../img/bg_orange.png) repeat-x;
	padding: 20px 0 0 0;
}

#trunk_inner{
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#trunk_header{
	margin: 20px 0 60px 0;
	position: relative;
}

#top_text{
	margin: 23px 0 0 0;
}

#send_letters{
	position: absolute;
	top: 24px;
	left: 630px;
}

#bread_crumbs li{
	float: left;
	background: url(../img/icon_arrow_right.png) no-repeat right 3px;
	padding: 0 16px 0 0;
	margin: 0 7px 0 0;
}

#bread_crumbs li.last{
	background: none;
}

#bread_crumbs a:link,
#bread_crumbs a:visited,
#bread_crumbs a:hover,
#bread_crumbs a:active
{
	color: #d85a24;
}

#message{
	width: 630px;
	float: left;
}

#trunk_cotents{	min-height: 500px;}

#trunk_contents_left{
	width: 630px;
	float: left;
}

#trunk_contents_left h2{
	width: 630px;
	font-size: 175%;
	color: #d85a24;
	font-weight: bold;
}

#controller{
	background: url(../img/note.png) no-repeat 142px 18px;
	margin: 19px 0 10px 0;
	display: none;
}

#controller li{
	margin: 0 18px 5px 0;
}

#boxes{
	min-height: 500px;
}

.box{
	float: left;
	cursor: pointer;
	width: 194px;
	margin: 0 8px 8px 0;
}

#trunk_contents_right{
	width: 170px;
	padding: 58px 0 0 0;
	float: left;
}

#trunk_contents_right h3{
	margin: 0 0 10px 0;
}


#trunk_contents_right ul li{
	background: url(../img/icon_arrow_right_orange.png) no-repeat left 5px;
	padding: 0 0 0 14px;
	margin: 0 0 14px 0;
	font-size: 116.7%;
}

#trunk_contents_right_index{
	width: 170px;
	padding: 58px 0 0 0;
	float: left;
}

.box img{
	line-height: 0;
}

.box_thumbnail{
	width: 194px;
	height: 146px;
}

.box_footer{
	background: url(../img/bg_box_footer.png) no-repeat;
	padding: 10px 0 8px 10px;
	margin: 2px 0 0 0;
	width: 184px;
	height: 52px;
	color: #fff;
	position: relative;
}

.box_footer .date{
	font-size: 116.7%;
}

.box_footer .title{
	font-size: 125%;
	font-weight: bold;
	margin: 3px 0 0 0;
	line-height: 17px;
}

.icon_sound{
	position: absolute;
	top: 15px;
	left: 162px;
}

#footer_inner{
	width: 800px;
	border-top: 4px solid #de801e;
	padding: 18px 0 40px 0;
	margin: 0 auto;
}

.address{
	margin: 0 0 4px 0;
}

/* -----------------------------------------------------------------------
 #modal window
--------------------------------------------------------------------------- */

#grayLayer{
	display: none;
   position:fixed;
    _position:absolute;
   top:0;
   left:0;
   height:100%;
   width:100%;
   background:#000;
	z-index: 9999;
    opacity: 0;
    filter:alpha(opacity=0);
}

#overLayer{
	display: none;
	width: 100%;
	height: 100px;
    position: absolute;
	_position: absolute;
   top:0px;
   right:0px;
	z-index: 10000;
	color: #fff;
	text-align: center;
	padding: 100px 0 0 0;
}

#modal_cont_container{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#modal_cont_container_inner{
	opacity: 0;
    filter:alpha(opacity=0);	
}

#modal_left_col{
	width: 52px;
	height: 300px;
	float: left;
	position: relative;
}

#modal_center_col{
	width: 653px;
	float: left;
	padding: 0 0 50px 0;
}

#modal_image_container{
	background-color: #fff;
	text-align: center;
}

#modal_right_col{
	width: 52px;
	height: 300px;
	float: left;
	text-align: right;
	position: relative;
}

#modal_btn_prev{
	position: absolute;
	top: 192px;
	left: 0;
}

#modal_btn_next{
	position: absolute;
	top: 192px;
	right: 0;
}

#modal_btn_close{
	position: absolute;
	right: 0;
}

#modal_contents_info{
	margin: 4px 0 0 0;
	background-color: #f89732;
	padding: 12px 22px 10px 22px;
	position: relative;
}

#jp_container_1{
	position: absolute;
	top: 14px;
	right: 22px;
}

#modal_contents_date{
	margin: 0 0 5px 0;
	font-size: 116.7%;
}

#modal_contents_title{
	font-size: 175%;
}

#modal_contents_body{
	color: #333;
	line-height: 1.8em;
	font-size: 133.3%;
	padding: 25px 22px 35px 22px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottom: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;	
}

#not_found2 p{margin-bottom: 20px; line-height: 1.6em;}

#not_found2 a:link,
#not_found2 a:visited,
#not_found2 a:hover,
#not_found2 a:active{
	color: #fff;
	text-decoration: underline;
}

#share_btns li{
	float: right;
	margin: 30px 0 0 10px;
}