/*====================================================================
  all
====================================================================*/
*
{
	margin : 0px;
	padding: 0px;
	line-height      :1.5em;
}
* { box-sizing : border-box }
* { -moz-box-sizing : border-box }


body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(./img/common_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
	font-size  : 12px;
	color:#333333;
	text-align:center;
}

.clear{
	clear:both;
	}

.clear_r{
	clear:right;
	}

.clear_l{
	clear:left;
	}

img
{
	border : 0px solid #000000;
}

div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd
{
	border: 0;
	list-style: none;
	
}

table
{
	border-collapse: collapse;
	border-spacing : 0px;
	empty-cells    : show;
	font-size  : 12px;
}

/* ===================================================================
	Link
=================================================================== */
a
{
	text-decoration :underline;
}

a:link,
a:visited {color:#660099; text-decoration :underline;}
a:hover,
a:active  {color:#CC00FF; text-decoration :none;}





/* ===================================================================
	基本レイアウト　ヘッダー/フッター
=================================================================== */

.main {
	width:950px;
	margin:0px auto 0px auto;
	background-color:#ffffff;
	text-align:left;
}

#header {
	height:21px;
	margin:0px;
	padding-left:5px;
	background-image:url(/images/header_bg.jpg);
	background-repeat:repeat-x;
}

h1{
	font-size  : 10px;
	font-style : normal;
	font-weight: normal;
	float:left;
	color:#FFFFFF;
}


#footer {
	height:25px;
	background-image:url(/images/footer_bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	text-align:right;
	padding-top:5px;
}


/* ===================================================================
	基本レイアウト　メイン、その他
=================================================================== */

#main_contents {
	width:930px;
	margin:20px auto;
}

#main_contents_2nd {
	width:930px;
	min-height:350px;
	margin:20px auto;
	background-image:url(/images/top_image.jpg);
	background-position:5% 100%;
	background-repeat:no-repeat;
}

.top_contents{
	float:right;
	width:548px;
}

.contents{
	float:right;
	width:650px;
}

.contents_2nd{
	float:right;
	width:682px;
}

.menu_btn img{
	margin-right:13px;
	margin-bottom:20px;
}

.logo{
	float:left;
}

.logo_image{
	margin:300px;
	
}

.waku{
	background-image:url(/images/services_waku_bg.jpg);
	margin-top:15px;
	background-repeat:repeat-y;
}
.waku_ue{
	background-image:url(/images/services_waku_ue.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:20px 15px 0px 15px;
}
.waku_shita{
	background-image:url(/images/services_waku_shita.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:682px;
	height:25px;
}
