@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;
	background-color: faf2e9;
}

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

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

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

#corp li{
	float: left;

}

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

/*	ナビ	*/
.global_navi {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 2px;	
}
.global_navi ul {
}

.global_navi li {
	float: left;
}
.global_navi a {
	display: block;
	height: 45px;
	width: 112px;
}



#banner {
	float: left;
	width: 900px;
}

#index_banner {
	width: 900px;
	float: left;
}

.sub_navi ul{}

.sub_navi li{
	float: left;
	margin-left: 5px;
	display:inline;
}

.sub_navi a{
}


#footer {
	background-image: url(/home/daieisangyou.co.jp/htdocs/images/footer_bk.jpg);
	background-repeat: repeat-x;
	height: 85px;
	padding-top: 50px;
	bottom: 0px;
	float: left;
	width: 100%;
}

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

#footer_navi ul{

}

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

#footer_navi a{
	color: #666666;	
	
}

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



/* footer link
----------------------------------------------------------- */
#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;
	margin-top: 70px;
}


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








.clm1{
	width: 605px;
	float: left;
	list-style-type: none;
}
.clm2{
	
}
.clm3{
	float: right;
	
	
}



/* 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: 285px;
	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 {
	margin-left: 15px;
	float: left;
}

.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 h3 a {	
	color: #FFFFFF;
}

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



/*　テンプレート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 */




/*　メールフォーム　*/

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;
}

