@charset "EUC-JP";
/* CSS Document */

*{

	margin:0px;
	padding:0px;

}

/*common styles*/

h1{
	margin:0px;
	
}

h2{
	padding-bottom:2px;
	border-bottom:#3399CC 3px solid;
	color:#003366;
	font-size:1.1em;
	font-weight:bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h2.index{
	margin:10px;
	padding:0px;
	border:0px;
	background-color:#D9D9D9;
	background-image: url(../images/index/h1/bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}


h3{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #3399CC;
	border-right-color: #3399CC;
	border-bottom-color: #3399CC;
	border-left-color: #3399CC;
	margin: 10px;
}

h3.notice{
	color:#003366;
	font-size:1.1em;
	font-weight:bold;
	border: 1px solid #7BACCC;
	padding: 5px;
	background-color: #E8F1F4;
	margin-top: 10px;
}

h4{
	color:#000000;
	font-size:1em;
	margin: 5px 15px;
}

p{
	margin:5px 15px;
	margin-bottom: 10px;
}

p.index{
	color:#333333;
	margin:5px 20px;
	margin-bottom: 10px;
}

a{
color:#3399CC;

}

a:hover{
color:#003366;

}

/*main cell*/
table.main_content{
}

/*column*/
td.left_column{
	background:#FFFFFF;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
}

td.right_column{
	background:#FFFFFF;
	border-bottom: 10px solid #000000;
}

td.left_column_under{
	border-right: 10px solid #000000;
	background-color: #000000;
}

td.right_column_under{
	background:#000000;
}


td.center_column{
	background:#FFFFFF;
	padding: 10px;
}




/*ページ内テーブル用*/

table.fig{
	margin-left: 10px;
	border: 1px solid  #B3CDDC;
	padding: 2px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-right: 0px;
}



table.fig th {
	border-bottom:1px dotted #FFFFFF;
	
	font-weight: bold;
	color: #333333;
	padding:5px;
	background-color: #A7C2D8;
}

table.fig td {
	
	padding:5px;
	color: #444;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

table.fig td.bottom{
	
	padding:5px;
	color: #444;
	border:0px;

}

table.fig th.bottom{

	border:0px;
	font-weight: bold;
	color: #333333;
	padding:5px;
	background-color: #A7C2D8;
}

table.fig2{
	margin:15px;
	border: 1px solid #7BACCC;
	padding: 2px;
}

/*ページトップへ*/
.pagetop{
	margin-right:0px;
	padding: 0px;
}


/*indexページのリンク色*/
a.toplink{
	color:#FFFFFF;
}

a.toplink:hover{
	color:#3399CC;
}


.attention{
	color:#FF6666;

}

/*QRコード用*/
img.mobile{
	margin: 5px;
}

img.mobilehp{
margin-bottom:5px;
}


ul.inside {
margin:0px;
padding:0px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/common/list_in.jpg);
}

ul.outside {
	margin:20px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/common/list.jpg);
	margin-top: 15px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}
.contact {
	margin-left: 10px;
}

.company_name {
	font-size: 16px;
	font-weight: bold;
}

.company_tel {
	font-size: 13px;
	font-weight: bold;
}

form fieldset 
{
	padding:10px;
	border: #DDD 1px solid;
	background-color:#FFFFFF;
	margin: 15px;
}
form legend { font-weight: bold; color: #666; }
form fieldset div { padding: 0.25em 0; }

.notice{
color:#FF6666;
	font-size:1.1em;
	font-weight:bold;
	border: 1px solid #FF6666;
	margin-top: 10px;
	padding: 5px;
	background-color: #FFEAE5;

}

.link_dd{
	margin-top:20px;
	margin-left:20px;
}

.link_dd dt{
	font-size:12px;
	color:#555;
	margin-left:7px;
}
