@charset "utf-8";
/* CSS Document */
/* 共通ＣＳＳ */
html,body,p,h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;	
}

body{
	margin: 0px;
	padding: 0px;
	font-size:13px;
	/* color:#33CCFF;*/
	color:#000;
	background-color:#626262;
}

p {
	line-height:150%;
}


#ie6_png_top{
	background : transparent url("../images/top_pagelogo.png") no-repeat left top !important;
	/* background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/top_pagelogo.png", sizingMethod="scale");
	 */
	height:60px;
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/top_pagelogo.png", sizingMethod="scale");  */
}

.blue{
color:#3D6DA6;
}

.left{
	text-align:left;
}
/*
#wrapper_tbl{
	width:100%;
	height:100%;
}

.wrapper_tbl_side{
	background-color:#626262;
	width:50%;
}
*/
#contents{
	width:960px;
}

.contents_table{
	width:100%;
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#f2f2f2, EndColorStr=#ffffff)"; */
}

.header_table {
	width:100%;
	background-color:#DDDDDD;
}

.bgcolor {
/*	background-color:#f2f2f2; */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#f2f2f2, EndColorStr=#ffffff)"; */
	background-color:#DDDDDD;
}

.header_navi{
	font-weight:bold;
}

#header_person{
	background-image:url("../images/person_01.png");
	background-repeat:no-repeat;
	background-position: 0 0;
	height:95px;
}

#main_header{
	background-image:url("../images/person_02.png");
	background-repeat:no-repeat;
	background-position: 0 0;
	height:168px;
}

#main_contents{
	background-image:url("../images/person_03.png");
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#FFFFFF;
	text-align:left;
}

.iframe_modoki01{
	width:792px;
	height:470px;
	overflow-y:scroll;
	border-color:#DDDDDD;
	border-width:1px;
	border-style:solid;
}

.form01{
	margin-top:20px;
	margin-bottom:10px;
}

.form_txt{
	margin-top:5px;
	margin-bottom:5px;
}

.id_box { margin:0; padding:0;
		width:60px}

.form_txt_b{
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

.cd_box { margin:0; padding:0;
		width:100px}


textarea { 
	width:508px;
	height: 7em; }
	
.red{
	color:#ED2C2C;
	font-weight:bold;
}

.input_comment{
	color:#000000;
}

.input_label{
	color:#ED2C2C;
	font-weight:bold;
}

.err{
	color:#FF0000;
}

.input_table {
	width:100%;
}

.input_table tr{
	height:39px;
}

.input_title {
	font-weight:bold;
}

.input_title_small {
	font-size:11px;
}

.input_id_txt{
	width:136px;
}

.input_txt01{
	width:508px;
}

.input_txt02{
	width:191px;
}

.input_zip01{
	width:48px;
}

.input_zip02{
	width:70px;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {color: navy;}
a:active {color: navy;}
