@charset "utf-8";

/*
	general styles
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link{
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: underline;
}

ul{
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}

/*全ページ共通*/

body{
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	background-position: center;
	background-image:url(../images/back_color.gif);
	background-repeat: repeat-y;
	line-height: 1.5;
	font-size: 13px;
}
#wrap{
	width: 720px;
	text-align :left;
	margin: 0 auto;
	background-color:#ffffff;

}
img{
	border-style:none;
}

/*各ページ共通メニュー・フッター部分*/

.header{
	margin:0;
	padding:0;
}
.headleft{
	float: left;
	margin-right: 50px;
}
.headright{
	background: url(../images/head_line.gif) no-repeat;
	padding: 10px 0 ;
	clear: left;
	text-align: right;
	height: 100px;
}
.headright img{
	padding-top: 10px;
}
.head_menu{
	background: url(../images/head_line.gif) no-repeat;
	text-align: center;
	padding: 10px 0 ;
	height: 60px;
}
#contentsleft{
	float: left;
	width: 500px;
	padding: 10px;
}
#contentsleft h2,#contentsleft h3,#contentsleft h4,#contentsleft h5,#contentsleft h6{
	margin:20px 0 10px;
	font-size: 14px;
	background: url(../images/h.gif) no-repeat ;
	background-position: left top;
	padding-left: 25px;
	padding-top: 0px;
	height: 25px;
}
#contentsleft p{
	margin-top: 0px;
	margin-left: 0px;
}
#contentsleft ul li{
	margin-left: 10px;
	padding: 0px 0 3px 25px;
	background:#FFFFFF url(../images/list.gif) no-repeat;
}


#contentsright{
	float: right;
	width: 180px;
	padding: 5px;
}

#contentsright ul li{
	padding: 5px 0 5px 25px;
	background:#FFFFFF url(../images/post.gif) no-repeat;
}
#footer{
	clear: both;
	text-align:right;
	font-size:small;
	background: url(../images/head_line.gif) no-repeat;
	text-align: center;
	padding: 10px 0;
	height: 50px;
}
#footer a{
	text-decoration:none;
}
#footer img{
	vertical-align: middle;
	margin-left: 10px;
}
#footer h3{
	display: inline;
}
/*共通コンテンツ*/
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.corpinfo{
	margin: 30px;
	background-color: #ccc;
}
table.corpinfo td{
	background-color: #fff;
	padding: 10px;
	text-align: center;
}

/*４０４エラーページ*/



-->