﻿@charset "utf-8";

/* -------------------------- */
/*  デフォルト設定のリセット　         */
/* -------------------------- */
body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
	border:0;
	vertical-align:middle;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

/* -------------------------- */
/*  基本設定                      */
/* -------------------------- */

body {
	background-image: url(../img/back.gif);
	color: #666666;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	text-decoration: none;
	color: #6666FF;
}
a:visited {
	text-decoration: none;
	color: #6666FF;
}
a:hover{
	text-decoration:underline;
	color: #6666FF;
}
div {
	line-height:160%;
}
p{
	display:block;
	line-height:160%;
	text-align: justify;           /* 均等わりつけ */
	text-justify: inter-ideograph; /* 均等わりつけ */
}

/* -------------------------- */
/*  ページレイアウト               */
/* -------------------------- */
/*:背景::::::::::*/
#shadow {
	margin: 0px auto;
	width: 780px;
	background-image: url(../img/back2.gif);
}

#wrapper {
	width: 750px;
	background-color:#ffffff;
}

/* -------------------------- */
/*  ヘッダー                    */ 
/* -------------------------- */

/*:ヘッダー::::::::::*/
#header {
	height: 50px;
	width: 751px;
}

/* -------------------------- */
/*  メインフレーム                 */
/* -------------------------- */
#mainContents{
	width: 750px;
	background-color:#ffffff;
}
/*:メインコンテンツ::::::::::*/	
#content {
	overflow:hidden;
	width: 730px;
	padding: 10px;
}
/*:テキスト::::::::::*/	
.contentTxt{
	width: 710px;
	margin: 10px;
	margin-bottom:20px;
}
/*:テキスト::::::::::*/	
.contTxt{
	width: 690px;
	margin: 10px;
}

/* -------------------------- */
/*  コンテンツ内枠               */
/* -------------------------- */
#cont{
	clear:both;
	overflow:hidden;
	width:730px;
}
#cont .contentTxt{
	overflow:hidden;
}
#cont .contentTxt img{
	float:left;
	margin: 5px 20px 5px 20px;
}
#cont .contTxt{
	overflow:hidden;
}

/* -------------------------- */
/*  フッター		              */ 
/* -------------------------- */
#footer {
	border-left:20px solid #6699CC;
	border-right:20px solid #6699CC;
	padding:5px 0 5px 10px;
	background-color:#ededed;
	width:700px;
	height:22px;
}

#copyright {
	float: right;
	margin-right:5px;
	text-align: right;
}

/* -------------------------- */
/*  見出し                     */
/* -------------------------- */

/*:トップページ見出し::::::::::*/
h1 {
	border-left:20px solid #6699CC;
	border-right:20px solid #6699CC;
	padding:8px 0 8px 10px;
	background-color:#ededed;
	line-height:34px;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	color:#333333;
}
/*:見出し::::::::::*/
h2 {
	padding:5px 0 5px 15px;
	background: #F5F5F5;
	border: #666666 1px solid;
	font-size: small;
	font-weight: bold;
	color:#333333;
}
h3 {
	font-weight: bold;
	color:#333333;
	margin-top:10px;
}
