/*  default.css  */
* {  
    margin:0;  
    padding:0;  
}  
body {
	margin:0;
	padding: 0;
}

/* firefox リンク線 */
/* win */
:focus{
	-moz-outline-style:none;
}
/* Mac */
a{
	outline:none;
}

/* h1〜h6 の余計な空白削除 */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
/*{
	text-indent:-9999px;
}*/

/* P の余計な空白削除 */
p{
	margin: 0;
	padding: 0;
}

/* IMG のボーダーを非表示 */
img {
	border:none;
	margin:0;
	padding:0;
}

/* TABLE のボーダーを非表示 */
table,th,td {
	border:none;
	margin:0;
	padding:0;
}

/* IEで起こるBRのバグ回避 */
br {
	letter-spacing: normal;
}

/* フォントスタイルをノーマルに */
address, em{
	font-style:normal;
}

/* list要素 */
ul,ol,dl,li{
	margin:0;
	padding:0;
	list-style:none;
	line-height:0;
}

/* hrボーダー非表示 */
hr {
	display:none;
}


form {
    margin:0;
	padding:0;
}




/*----------------------------------------------------
	Base
----------------------------------------------------*/


body {
	color: #333333;
	font-size:83%;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Osaka", verdana,arial, sans-serif;
	line-height: 160%;
}
body#home {
}
body #container {
    width:764px;
	text-align:left;
	margin-top:30px;
	margin-bottom:35px;
}
#container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#container {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

#containerLeft {
    width:191px;
    float:left;
    margin:0;
	font-size:80%;
}
#containerLeft h4 {
	margin:0;
	margin-top: 10px;
}
.link ul {
    padding:0 8px 8px;
}
.link li {
    line-height:120%;
	padding-top:10px
}

#containerRight {
    width:558px;
    float:right;
    margin:0;
	background:url(../images/bg.gif) repeat-y;
}
#containerRight h1 {
    color:#00c9db;
	font-size:240%;
	background:url(../images/bg_h1.jpg) no-repeat top;
	height:85px;
	padding:60px 30px 0;
	line-height:100%;
}
.cap {
    background:url(../images/bg_cap.jpg) no-repeat top;
	padding:10px 30px;
}

#containerRight h2 {
	background: url(../images/bg_h2.gif) no-repeat;
	font-size:110%;
	font-weight:normal;
	padding:0 35px;
	margin: 5px 23px;
	line-height: 34px;
}
#containerRight h3 {
	font-size:100%;
}
#containerRight p {
    text-indent:4px;
	padding:5px 30px;
}
.bot {
    background:url(../images/lin.gif) no-repeat bottom;
	padding:10px 0;
}
.footer {
	background: url(../images/bg_fot.gif) no-repeat bottom;
	text-align: right;
	padding: 30px;
}





	

strong {
}
br {
	letter-spacing: 0;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: underline;
	color: #00c9db;
}

a:visited {
	text-decoration: underline;
	color: #00c9db;
}

a:hover {
	text-decoration: none;
	color: #00c9db;
}

a:active {
	text-decoration: underline;
	color: #00c9db;
}
