body{
	background-color: #f5f5f5;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #666;
}

div#container{
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
* html #container{
	text-align: center;
}
*+html #container{
	text-align: center;
}

.clear{
	clear: both;
}

/* ===================
   header
 =================== */
div#header{
	width: 100%;
	margin: 0px;
	background: transparent url("../img/head2.png") 0px 0px repeat-x;
	text-align: center;
}

div#navi{
	width: 100%;
	height: 39px;
	margin-right: auto;
	margin-left: auto;
}

h1{
	display: inline;
	float: left;
	padding-left: 10px;
	background-color: transparent;
	font-size: 200%;
	color: #555;
}

#menu_list{
	float: right;
	list-style: none;
	margin-right: 0px;
	padding-top: 10px;
	background-color: transparent;
}
* html #menu_list{
	margin-right: 0px;
}
*+html #menu_list{
	margin-right: 0px;
}

#menu_list li{
	float: left;
	text-align: left;
	background: url("../img/menu_sep.png") no-repeat right;
	padding: 0px 10px;
}

#menu_list li.lastItem{
	background: transparent;
}

#menu_list li a,
#menu_list li span{
	display: block;
	text-align: center;
}

#menu_list li a.image_link{
	display: inline;
}

#menu_list li a.image_link img{
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 0px;
	margin-right: 2px;
}

#menu_list li a:link,
#menu_list li a:visited{
	color: #444444;
	text-decoration: none;
}
#menu_list li a:hover{
	color: #aaaaaa;
	text-decoration: underline;
}
#menu_list li a:active{
	color: #aaaaaa;
	text-decoration: underline;
}

#menu_list li span{
	color: #d0d0d0;
}

/* ===================
   content
 =================== */
div#content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
* html #content{
	padding-top: 16px;
}
*+html #content{
	padding-top: 16px;
}

/* --------------------
   photo
 -------------------- */
div#photo{
	margin-top: 10px;
}

div#photo .photoframe{
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #999;
}
* html #photo{
	margin-bottom: 10px;
}

* html #photo .photoframe{
	border-width: 0px;
}
*+html #photo .photoframe{
	border-width: 0px;
}
* html #photoframe{
	margin: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #999;
}
*+html #photoframe{
	border: 1px solid #999;
}

#info, #comments{
	display: none;
}

/* --------------------
   info
 -------------------- */
div#info{
	clear: both;
	width: 705px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

* html #info{
	padding-top: 11px;
}
*+html #info{
	padding-top: 11px;
}


#info_header{
	margin: 0px;
	height: 15px;
	background: transparent url("../img/info_header.png") 0px 0px no-repeat;
}

#info_body{
	margin: 0px;
	padding-left: 20px;
	background: transparent url("../img/info_middle.png") 0px 0px repeat-y;
}

#info_footer{
	margin: 0px;
	height: 20px;
	background: transparent url("../img/info_footer.png") 0px 0px no-repeat;
}

#title{
	display: inline;
	font-size: 150%;
	font-weight: bold;
	color: #333333;
}

#photo_date{
	display: inline;
	padding-top: 5px;
	padding-left: 10px;
	color: #3f3f3f;
}

#body{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #3f3f3f;
}

#photo_exif{
	padding-left: 10px;
	color: #3f3f3f;
}

/* --------------------
   comments
 -------------------- */
div#comments{
	width: 705px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
* html div#info,
* html div#comments{
	width: 708px;
}
*+html div#info,
*+html div#comments{
	width: 708px;
}

div#comments_list{
	float: left;
	width: 400px;
}

ul#list_comment{
	list-style: none;
}

ul#list_comment .comment{
	margin-bottom: 12px;
	background-color: #f5f5f5;
}

.comment_header{
	margin: 0px;
	height: 15px;
	background: transparent url("../img/comment_header.png") 0px 0px no-repeat;
}
.comment_body{
	margin: 0px;
	padding-left: 20px;
	background: transparent url("../img/comment_middle.png") 0px 0px repeat-y;
}

.comment_footer{
	margin: 0px;
	height: 20px;
	background: transparent url("../img/comment_footer.png") 0px 0px no-repeat;
}

.comment .comment_head{
	width: 100%;
}

.comment .comment_head .comment_name{
	float: left;
	width: 200px;
	color: #333333;
}

.comment .comment_head .comment_date{
	text-align: right;
	float: right;
	margin-right: 15px;
	color: #333333;
}

.comment .comment_comment{
	clear: both;
	padding: 15px 30px 15px 15px;
	width: 320px;
	overflow: auto;
	color: #3f3f3f;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
}
* html .comment .comment_comment{
	padding-top: 10px;
	width: 380px;
	word-wrap: break-word;
}
*+html .comment .comment_comment{
	padding-top: 10px;
	width: 380px;
	word-wrap: break-word;
}

.comment .comment_comment a:link,
.comment .comment_comment a:visited{
	color: #777777;
	text-decoration: none;
}
.comment .comment_comment a:hover{
	color: #aaaaaa;
	text-decoration: underline;
}
.comment .comment_comment a:active{
	color: #aaaaaa;
	text-decoration: underline;
}


/* --------------------
   comments - form
 -------------------- */
div#comments_form{
	margin-left: 415px;
	background-color: #f5f5f5;
}
* html #comments_form{
	width: 290px;
	position: relative;
	left: -2px;
	margin-left: 410px;
	background-color: #f00;
}
*+html #comments_form{
	width: 290px;
	position: relative;
	left: -2px;
	margin-left: 410px;
	background-color: #f00;
}

#form_header{
	margin: 0px;
	height: 15px;
	background: transparent url("../img/form_header.png") 0px 0px no-repeat;
}
#form_body{
	margin: 0px;
	padding-right: 20px;
	background: transparent url("../img/form_middle.png") 0px 0px repeat-y;
	text-align: right;
}

#form_footer{
	margin: 0px;
	height: 20px;
	background: transparent url("../img/form_footer.png") 0px 0px no-repeat;
}

#form_body dl{
}

#dl_form dd{
	margin-bottom: 5px;
}

dd{
	clear: right;
	float: right;
}
dt{
	clear: right;
	float: right;
	width: 150px;
}

#dt_name{
}
#lbl_name{
}
#dd_name{
	width: 180px;
	height: 30px;
	background: transparent url("../img/input_name.png") 0px 0px no-repeat;
}
#input_name{
	width: 150px;
	margin: 9px 15px 6px 15px;
	font-size: 9pt;
}

#dt_email{
}
#lbl_email{
}
#dd_email{
	width: 180px;
	height: 30px;
	background: transparent url("../img/input_email.png") 0px 0px no-repeat;
}
#input_email{
	width: 150px;
	margin: 8px 15px 6px 15px;
	font-size: 9pt;
}

#dt_home{
}
#lbl_home{
}
#dd_home{
	width: 250px;
	height: 30px;
	background: transparent url("../img/input_home.png") 0px 0px no-repeat;
}
#input_home{
	width: 220px;
	margin: 8px 15px 6px 15px;
	font-size: 9pt;
}

#input_name,
#input_email,
#input_home{
	padding: 0px;
	height: 15px;
	background-color: transparent;
}

#dt_save{
}
#lbl_save{
}
#dd_save{
	width: 150px;
}
#input_save{
}

#dt_comment{
}
#lbl_comment{
}
#dd_comment{
	width: 225px;
	height: 135px;
	background: transparent url("../img/input_comment.png") 0px 0px no-repeat;
	padding: 15px 10px 10px 15px;
}
#input_comment{
	width: 223px;
	height: 125px;
	font-size: 10pt;
}

input#btn_clear{
}

input#btn_preview{
}

input#btn_post{
}

.btn{
	width: 60px;
	height: 21px;
	background-image: url("../img/button.png");
	font-size: 80%
}

.btn_over{
	width: 60px;
	height: 21px;
	background-image: url("../img/button_focus.png");
	font-size: 80%
}

#form_buttons{
	clear: right;
	width: 250px;
	margin-left: 15px;
	text-align: right;
}

/* ===================
   preview popup
 =================== */
#popup{
	visibility: hidden;
	position: fixed;
	top: -200px;
	left: -500px;
	width: 400px;
	cursor: move;
}
* html #popup{
	position: absolute;
}
*+html #popup{
	position: absolute;
}
#popup ul{
	list-style: none;
	text-align: left;
}

.comment .comment_body form{
	margin-right: 25px;
	text-align: right;
}

.comment_loading{
	padding: 10px 0px;
}

.loading_img{
	margin-right: 7px;
	vertical-align: middle;
}

/* ===================
   footer
 =================== */
div#footer{
	clear: both;
	height: 60px;
	text-align: center;
}

#copyright{
	color: #aaa;
}
* html #copyright{
	margin-bottom: 2px;
}
*+html #copyright{
	margin-bottom: 2px;
}

/* ===================
   popup
 =================== */
.popup{
	background-color: #f5f5f5;
}

.popup_header{
	margin: 0px;
	height: 15px;
	background: transparent url("../img/comment_header.png") 0px 0px no-repeat;
}
.popup_body{
	margin: 0px;
	padding: 1px 20px 5px 20px;
	background: transparent url("../img/comment_middle.png") 0px 0px repeat-y;
	text-align: left;
}

.popup_footer{
	margin: 0px;
	height: 20px;
	background: transparent url("../img/comment_footer.png") 0px 0px no-repeat;
}

.popup_body .popup_head{
}

.popup_body .popup_head .popup_left{
	float: left;
}

.popup_body .popup_head .popup_right{
	text-align: right;
	float: right;
	margin-right: 15px;
}

.popup_body .popup_body_icon{
	clear: both;
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-left: 5px;
	background: transparent url("../img/icon_error.png") 0px 0px no-repeat;
}
* html .popup_body .popup_body_icon{
	margin-top: 20px;
	margin-left: 3px;
}
*+html .popup_body .popup_body_icon{
	margin-top: 20px;
	margin-left: 3px;
}

.popup_body .popup_body_body{
	margin: 20px 15px 10px 55px;
	white-space: normal;
	line-height: 120%;
}
* html .popup_body .popup_body_body{
	margin-top: 5px;
	margin-left: 60px;
	padding: 5px 0px;
	height: 1px;
	text-align: left;
}
*+html .popup_body .popup_body_body{
	margin-top: 5px;
	margin-left: 60px;
	padding: 5px 0px;
	height: 1px;
	text-align: left;
}

.popup_body form{
	clear: both;
	text-align :center;
	margin: 0px;
	padding: 0px;
}
