@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: normal normal 400 14px/24px "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
address {
	line-height: 1.0;
	font-style: normal;
	font-weight: 400;
}

ul,
li {
	list-style-type:none;
}

img {
	border: none;
	vertical-align:top;
}

body {
	margin-top:-1px;
}

a{
	outline:none;
	}

a:link {
	text-decoration:underline;/*下線を消す（下線を出したいときはtext-decoration:underline）*/
}

a:visited {
	text-decoration:underline;/*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#999999; /*訪問済みリンクのカラー*/
}

a:hover {
	text-decoration:underline;/*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#3333CC; /*マウスが乗ったときのカラー*/
	opacity: 0.4;
	filter: alpha(opacity=40);	
}

/*==========================================================================

header

==========================================================================*/

#header {
	margin-top:30px;
	width:100%;
	height:173px;
	background:url(../images/header.gif) no-repeat top center;
	overflow:hidden;
	text-indent:-9999px;
}

#header_contents {
	width:960px;
	height:140px;
	margin:30px auto 0px;
	background:url(../images/contact.png) no-repeat right top;
}

#header_contents #logo a{
	width:344px;
	height:138px;
	background:url(../images/logo.png) no-repeat left top;
	display:block;
}

/*==========================================================================

wrapper

==========================================================================*/
#wrapper {
	margin:0 auto;
	width:100%;
	background:url(../images/wrapper_background..gif) repeat-y top center;
}

/*==========================================================================

contents_wrapper

==========================================================================*/
#contents_wrapper {
	margin:0 auto;
	width:960px;
}

/*==========================================================================

contents_left

==========================================================================*/

#contents_left {
	padding-top:30px;
	width:238px;
	float:left;
}

/*==========================================================================

globalnav

==========================================================================*/

#globalnav {
	width:221px;
}

#globalnav dt a {
	width:221px;
	height:46px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

#globalnav dt {
	width:221px;
	height:46px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:10px;
}


#globalnav .menu1 {
	background:url(../images/menu1.gif) no-repeat 2px top;
	cursor:pointer;
}

#globalnav .menu2 {
	background:url(../images/menu2.gif) no-repeat left top;
	cursor:pointer;

}

#globalnav .menu3 a {
	background:url(../images/menu3.gif) no-repeat left top;
}

#globalnav .menu4 a {
	background:url(../images/menu4.gif) no-repeat left top;
}

#globalnav .menu5 a {
	background:url(../images/menu5.gif) no-repeat left top;
}

#globalnav .menu6 a {
	background:url(../images/menu6.gif) no-repeat left top;
}

#globalnav .menu7 a {
	background:url(../images/menu7.gif) no-repeat left top;
}



#globalnav dd a{
	background:none;
	width:215px;
	height:20px;
	vertical-align:middle;
	margin:15px 0 0px 8px;
	color:#666666;
	display:block;
	}

#globalnav dd a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	color:#fff;
	background-color:#CCCCCC;
	}


/*==========================================================================

facebook

==========================================================================*/

#facebook {
	width:221px;
	height:400px;
	margin-top:50px;
}

/*==========================================================================

contents

==========================================================================*/
#contents {
	width:711px;
	float:right;
	padding-bottom:50px;
}


#pankuzu{
	padding:5px 0;
	}

#pankuzu a{
text-decoration:none;
}

.kasou_section{
	width:684px;
	margin-left:17px;
	}


/*==========================================================================

contents内部

==========================================================================*/

#contents .title{
	margin:40px 0 10px 0;
	clear:both;
	}

#contents #section p {
	padding:0 7px 0 15px;
}

#contents .first {
	margin-top:30px;
	margin-bottom:10px;
}

#contents table {
	margin:30px auto 0px;
	width:673px;
	border:1px solid #ccc;
}

#contents td {
	border:1px solid #ccc;
}

#contents #contact{
	width:678px;
	margin:40px auto 0;
	border:2px solid #666;
	overflow:hidden;
	padding-bottom:20px;
	}


#contents #contact p {
	clear:both;
	padding:0 10px 0 17px;
	}


#contents #contact p img{
	margin:30px 0 15px;
	}

#contents #contact p a{
	margin-left:20px;
	}


.pagetop{
	float:right;
	padding-top:40px;
	}

/*==========================================================================

footer

==========================================================================*/
#footer {
	width:100%;
	height:116px;
	overflow:hidden;
	margin:0 auto 30px;
	background:url(../images/footer.gif) no-repeat top center;
}



/*==========================================================================

clear hack

==========================================================================*/


.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clear {
	display: inline-block;
	min-height: 1px;/* IE 7 only */
}

/* Mac IE Hack ＼*/
* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

/* Mac IE Hack */
#tophaikei {
	position:absolute;
	left:50%;
	margin-left:-587px;
}
