﻿@charset "utf-8";

/* =============================
(C) kinoco CSS
last update 080131

目次

1. リセット
2. 基本レイアウト
============================= */


/* -----------------------------
1. リセット
----------------------------- */
* {
	padding:5px;
	margin:10px;
	font-style:normal;
	zoom:1;
}
img {
	border:none;
	display:block;
}
li {
	list-style:none;
}
table {
	margin:0;
	empty-cells:show;
	border-collapse:collapse;
}
.clear{
	display:inline-block;
}
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE-mac \*/
* html .clear{height:1%;}
.clear{display:block;}
/* End hide from IE-mac */


/* -----------------------------
2. 基本レイアウト
----------------------------- */
body{
	font-family:sans-serif;
	line-height:1.2;
	color:#333;
	font-size:small;
	background:url(../img/bg.gif) repeat-x;
}
*:first-child+html{
	background-color:#FFF;
}
a{
	color:#113;
	text-decoration:none;
	overflow:hidden;
}
/* Hide from IE-mac \*/
a {overflow:hidden;}
/* End hide from IE-mac */
a:link { 	
	color:#66F;
	text-decoration:none;
} 
a:hover{
	color:##66F;
	text-decoration:underline;
}
#header{
	width:508px;
	height:329px;
	background:url(../img/earth.gif) no-repeat bottom right;
	margin:50 auto 50px;
	padding-left:20px;
}
#header p{
	padding:5px 0 22px 25px;
}
#container{
	width:760px;
	margin:0 auto;
	min-height:370px;
}
* html body #container{
	height:370px;
}
#main{
	float:right;
	width:620px;
}
h2{
	padding-bottom:20px;
}
h3{
	margin-bottom:5px;
	line-height:1;
	font-size:small;
}
h4{
font-size:large;
}

#main .boxl{
	width:295px;
	float:left;
}
#main .boxr{
	width:295px;
	float:right;
}
#main .cutl{
	float:left;
}
#main .cutr{
	float:right;
}
#footer_navi{
	width:760px;
	clear:both;
	margin:15px auto 0;
	padding-bottom:10px;
}
#footer_navi li{
	display:inline;
	margin-right:16px;
}
#footer_navi li img{
	display:inline;
}

#indent text
        p {padding-left:2em;} 

/* from IE-mac \*//*/
#footer_navi li img
	{margin-right:16px;}
/* End from IE-mac */
