@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:12px;
	}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	}

p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	}

ul {
	margin:0;
	padding:0;
	}

li {
	margin:0;
	padding:0;
	list-style:none;
	}

strong {
	font-weight:normal;
	}


.clear {
	clear:both;
	}

a:link,a:visited {
	color:#0000FF;
	}


a:hover {
	color:#336600;
	}

img {
	border:0;
	}


/*=====コンテンツの表示・レイアウトの基本設定=====*/
body {
	text-align:center;
	/*background:url(../common_img/body_bg.png) repeat-x;*/
}

#container {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#ffffff;
	border:1px solid #EEEEEE;
}

#wrapper {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


#header {
	width:800px;
	height:100px;
	background:url(images/title.gif) no-repeat;
	margin-bottom:20px;
	text-indent:-9000px;
}

#headline {
	width:790px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#headline h2 {
	display:block;
	width:790px;
	height:119px;
	text-indent:-9000px;
	background:url(images/headline.gif) no-repeat;
}

#headline p {
	display:block;
	width:790px;
	height:70px;
	text-indent:-9000px;
	background:url(images/headline02.gif) no-repeat;
	margin-bottom:20px;
}


#main_area {
	float:right;
	width:645px;
	height:auto;
	margin-top: 20px;
	}

.paragraph {
	width:790px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	}

.paragraph p.text {
	display:block;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	}

.paragraph p.text2 {
	display:block;
	margin:5px 0 10px ;
	}


div.left_area {
	float:left;
	width:315px;
	height:auto;
}

div.right_area {
	float:right;
	width:315px;
	height:auto;
}

/*==挿入イメージの表示コントロール==*/
div.img_l { /*左側へよせる*/
	float:left;
	margin-right:5px;
	}

div.img_r { /*右側へよせる*/
	float:right;
	margin-left: 5px;
	}

div.img_center { /*中央へよせる*/
	text-align:center;
	}


h3#title01 {
	display:block;
	width:auto;
	height:32px;
	background:url(images/title01.gif) no-repeat;
	text-indent:-9000px;
	margin-bottom:10px;
	margin-left: 5px;
}

h3#title02 {
	display:block;
	width:auto;
	height:32px;
	background:url(images/title02.gif) no-repeat;
	text-indent:-9000px;
	margin-bottom:10px;
	margin-left: 5px;
}


.spec_box {
	float:right;
	width:400px;
	height:auto;
	line-height:1.5em;
}

.spec_box h4 {
	display:block;
	font-size:14px;
	border-left:15px solid #36F;
	margin-bottom:10px;
	padding-left:5px;
}

li.lev1 {
	margin-left:15px;
	list-style-type:circle;
	font-size:14px;
	font-weight:bold;
	}

li.lev2 {
	margin-left:30px;
	font-weight:bold;
	/*list-style-type:disc;*/
	}

li.lev3 {
	margin-left:40px;
	list-style-type:disc;
	}

.paragraph h5 {
	display:block;
	width:780px;
	height:43px;
	background:url(images/sign.gif) no-repeat;
	text-indent:-9000px;
	margin-bottom:10px;
}

/*くるくるヘッドと光柱のロゴ*/
h5#op1 {
	display:block;
	width:120px;
	height:61px;
	background:url(images/kurukuru_logo.gif) no-repeat;
	text-indent:-9000px;
	margin-bottom:10px;
}

h5#op2 {
	display:block;
	width:120px;
	height:61px;
	background:url(images/koucyu_logo.gif) no-repeat;
	text-indent:-9000px;
	margin-bottom:10px;
}