@charset "UTF-8";
/*	初期化	*/


/* ----------------------- Browser Default Initialization */

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
   margin:0; 
   padding:0; 
}

table {
   border-collapse:collapse; 
   border-spacing:0; 
}

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
}

q:before,
q:after {
   content:'';
}

abbr,acronym {
   border:0;
}


/* ----------------------- Basic Style */

body {
	font-size: 85%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/index_bk.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}

/*	ヘッダー	*/
#header {
	background-image: url(../images/header.jpg);
	height: 100px;
	width: 900px;
	background-repeat: no-repeat;
	float: left;
}
#logo {
	float:left;
}
#logo a{
	display: block;
	height: 70px;
	width: 300px;
	text-indent: -9999px;
}

#corp ul{
	list-style-type: none;
	margin-top: 0px;
	float: right;
	margin-right: 17px;
	display:inline;
}

#corp li{
	float: left;

}

#corp a{
	height: 40px;
	width: 88px;
	display: block;
	text-indent: -9999px;
}

/*	ナビ	*/
.global_navi {
	margin-bottom: 15px;
	width: 215px;
	float: left;
}
.global_navi ul {
	background-image: url(../images/navi_bk.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	
}

.global_navi li a{
	line-height:120%;
	text-decoration:none;
	font-weight: bolder;
}
	
.global_navi a:hover{
	
}




















#banner {
	float: left;
	width: 900px;
	margin-bottom: 5px;
}

#index_banner {
	width: 900px;
	float: left;
	margin-bottom: 5px;
}



#footer {
	height: 80px;
	padding-top: 50px;
	bottom: 0px;
	width: 900px;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	float: left;
}
/* footer link
----------------------------------------------------------- */
#footer_navi {
	width: 900px;	
}

#footer_navi ul{

}

#footer_navi li{
	list-style-type: none;
	float: left;
}

#footer_navi a{
	color: #666666;	
	
}

#footer_navi a:hover{
	color: #FF6600;
}




#footer_navi li a {
	padding-left: 25px;
	line-height:120%;
	background:URL(../images/mark.jpg) no-repeat;
	text-decoration:none;
	font-weight: bolder;
}
#footer_navi li a:link, a:active {
        color:#666;
}
#footer_navi li a:visited {
        background-position: 0 -60px;
		color:#009966;
}
#footer_navi li a:hover {
	color:#f33;
	background-position: 0 -30px;
	
}





#copyright {
	float: left;
	width: 100%;
	font-style: normal;
	color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
}
#copyright a{
	
	color: #FFFFFF;
	text-decoration: none;
}



.container {
 	width: 900px;
	float: left;
}


.contents {
	width: 685px;
	float: right;
}



.clm1{
	float: left;
	display:inline;
}
.clm2{
	float: right;
	margin-right: 3px;
	display:inline;
}
.clm3{
	float: left;
	
	
}



/* about
----------------------------------------------------------- */

table.about_tbl{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
	
}
table.about_tbl th ,
table.about_tbl td {
	color: #1D5C79;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
table.about_tbl {
	border: 1px solid #DDD;
}
table.about_tbl th {
	background: url(image/th_10.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
table.about_tbl td {
	border: 1px solid #DDD;
	color: #333;
}



/* サムネイル付き　news　*/ 


.news {
	width: 463px;
	border: solid 1px #f2cf54;
	border-bottom: none;
	font-size: 85%;
}

.news h2 {
	border-bottom: solid 1px #f2cf54;
	background: url(../images/head.png) repeat-x;
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}



.news ul{
	
}

.news li {
	height: 47px;
	padding: 10px;
	border-bottom: solid 1px #f2cf54;
	list-style-type: none;
	overflow: hidden;
}

.news li h3 {
	position: relative;
	padding-left: 80px;
	font-size: 0.95em;
	margin: 0px;
}

.news li h3 a {
	color: #3daef5;
}

.news li h3 a:hover {
	text-decoration: none;
}

.news li h3 img {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	height: 50px;
	width: 70px;
	overflow: hidden;
}

.news li p {
	padding-left: 80px;
	font-size:0.9em;
	margin: 0px;
	padding-bottom: 0px;
}

*{
	zoom: 1;
}


.topics {
	float: left;
	width: 600px;
}

.topics h3 {
	background-image: url(../images/topics_bk.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 560px;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
}

.topics a {
	color: #666600;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 10px;
}

.topics_group{
	width: 685px;
	float: right;
}


/*　テンプレートCSS */



.left_line {
	float: left;
}
.right_line {
	float: right;
}

.text1 {
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

h2{
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 20px;
}
h3{
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*　テンプレートCSS　end */



/* lightbox_base CSS */
.lightbox_base {}
.lightbox_base ul {}
.lightbox_base li {
	float: left;
	margin-left: 5px;
}
.lightbox_base a {
	
}





/* lightbox_base CSS end*/



/*　メールフォーム　*/

table.mailform {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
table.mailform td p {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #0B479F;
	display: block;
}
table.mailform td span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #FF0000;
}
