*{margin:0;}
*{padding:0;}
/*----リンク-------------------------------*/
A:link{ 
	color : #0000FF; 
}
A:visited{ 
	color : #0000FF; 
}
A:active{ 
	color : #ff6600; 
}
A:hover{ 
	color : #ff6600; 
}
a {
	text-decoration: none;
}


#footer A:link{ 
	color : #000000; 
}
#footer A:visited{ 
	color : #000000; 
}
#footer A:active{ 
	color : #000000; 
}
#footer A:hover{ 
	color : #000000; 
}

.red{color:#ff0000;}
/*----テキスト-----------------------------*/
h1{
	font-size:13px;
	margin:0px;
	padding:0px;
	color: #333333;
	font-weight: normal;
}
h2{
	font-size:13px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#555555;
}
h3{
	margin:0px;
	font-size:16px;
	color:#555555;
}

strong{
	color: #000000;
	font-weight: bold;
}
p{
	margin:6px 0px 5px 0;
	padding:0 4px 0 4px;
}

.red{color:#FF0000;}
.pink{color:#E41B5B;}
.green{color:#008000;}
.purple{color:#AE00AE;}
.blue{color:#014DA0;}
.orange{color:#FF8000;}
.bold{font-weight:bold;}
.big{font-weight:bold; font-size:16px;}

/*----ボックス-----------------------------*/
body{
	margin-top:0px;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	background :#ffffff;
}
#base{
	width: 765px;
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	line-height : 160%;
}

#logo{
	width: 765px;
	height: 192px;
	padding:0;
	background : url(head.jpg) no-repeat;
}


#left{
	width: 205px;
	height:auto;
	margin:3px 20px 0 3px;
	font-size: 13px;
	line-height : 140%;
	float:left;
}
.waku{
	width: 195px;
	height:auto;
	margin:-4px 0 10px 0;
	padding:4px;
	border-bottom:1px solid #FFD3D2;
	border-left:1px solid #FFD3D2;
	border-right:1px solid #FFD3D2;
	background:#ffffff;
}

#main{
	width: 530px;
	height:auto;
	margin:8px 7px 10px 0;
	float:left;
}

.waku-c{
	width: 520px;
	height:auto;
	padding:5px;
	margin:0 0 10px 0;
}


#footer{
	width: 765px;
	height: 27px;
	padding:3px 0 0 0;
	text-align: center;
	clear: left;
	background : url(footer.jpg) repeat-x;	
}


/*----サブページ---------------------------*/
.subtitle{
	background : url(subtitle.jpg) no-repeat;
	margin:0 0 5px 0;
	height:22px;
	padding:5px 0 0 8px;
	font-weight:bold;
	font-size:14px;
	color:#555555;
}

/*----段組解除---------------------------*/
.space{
	clear: left;
}

/*----メニューリスト---------------------*/
ul{
	margin          : 0 0 5px 0;
	padding         : 0 0 0 6px;
	list-style-type : none;
}
li{
	margin           : 8px 5px 0 0;
	padding          : 0 0 0 17px;
	border-bottom:1px dashed #cccccc;
	line-height       : 130%;
	background : url(list.gif) no-repeat 0px 1px;
}

/*----その他の設定-----------------------*/
img{border:0px;}

form{
	margin:0px;
	padding:0px;
}

.tline td{
	border-bottom: 1px solid #a2a2a2;
	padding:5px;
	font-size:13px;
}

.law-text{
	text-align:left;
	margin:0 0 1px 0;
	padding:0 5px 0 0;
	font-size:12px;
	width: 765px;
	clear: left;
}
.voice-text{
	text-align:right;
	border-bottom:1px dashed #CCCCCC;
	margin:-3px 0 25px 0;
	padding:0 5px 0 0;
	font-size:12px;
	background: #F9F9F9;
}


input[type="text"]input[type="email"] textarea, select{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background : #ffffff url(../../AppData/Roaming/IBM/Homepage Builder Version 13/tmp/cache/q-manners.com/images/inputBg.png) repeat-x;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:4px 12px;
color:#fff;
background: #5bc5f6;
background: -moz-linear-gradient(top, #5bc5f6 0%, #8ad7fa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc5f6), color-stop(100%,#8ad7fa));
background: -webkit-linear-gradient(top, #5bc5f6 0%,#8ad7fa 100%);
background: -o-linear-gradient(top, #5bc5f6 0%,#8ad7fa 100%);
background: -ms-linear-gradient(top, #5bc5f6 0%,#8ad7fa 100%);
background: linear-gradient(to bottom, #5bc5f6 0%,#8ad7fa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc5f6', endColorstr='#8ad7fa',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #5bc5f6;
background: -moz-linear-gradient(top, #8ad7fa 0%, #5bc5f6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ad7fa), color-stop(100%,#5bc5f6));
background: -webkit-linear-gradient(top, #8ad7fa 0%,#5bc5f6 100%);
background: -o-linear-gradient(top, #8ad7fa 0%,#5bc5f6 100%);
background: -ms-linear-gradient(top, #8ad7fa 0%,#5bc5f6 100%);
background: linear-gradient(to bottom, #8ad7fa 0%,#5bc5f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ad7fa', endColorstr='#5bc5f6',GradientType=0 );
}