﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 11pt;
}
body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
	background: #F4F4F4 ;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 742px;
	background: #F4F4F4;
	padding:6px 6px;
}

/* メインイメージと2段組
---------------------------------------------*/
#title {
        overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/content_bg3.gif) left top repeat-y;
	padding-top: 16px;
        padding-bottom: 12px;
        border-top:1px solid #cccccc;
       
}

#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/content_bg2.gif) left top repeat-y;
	padding-bottom: 0px;
        border-bottom:1px solid #cccccc;
}

.col {
    float: left;
    width: 371px;
}

/* 本文のレイアウト
---------------------------------------------*/
.col p {  
    margin: 0px 12px 10px 12px;
}
.col p.q {  
    margin: 0px 12px 10px 12px;
    font-size:80%;
}
h3 {
    color: #666666;
    font-size: 110%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    text-align:center; 
}
h4 {
    color: #666666;
    font-size: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    
}

#title table {
    margin-right:16px;
}

.col ul li {
    list-style-type: disk;
    margin: 0px 12px 0px 24px;
}

