@chareset "Shift_JIS";


/* 基本設定
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: メイリオ,"ヒラギノ角ゴProW3","Horagino kaku Gothic Pro W3","MS Pゴシック",Osaka,sans-serif;
	color: #000;
	background: url("topline.gif") repeat-x #FFF;
	text-align: center;
}
/* レイアウトの設定　*/

#wrapper {
	width		: 750px;
	margin		: 0 auto;
	text-align	: left;
}

#header {
	height		: 95px;
}

#mainbox {
	background-color: #FFFFFF;
	padding			: 20px 0;
	text-align		: center;
}

#footer {
	background-color: #FFFFFF;
	font-size		: 12px	;
	text-align		: center;
	padding			: 10px 0; }

#footer p {
	font-size	: 10pt;
	text-align	: center; }

/*　<h1>〜<h6>　*/

h1	{
	font-size	: 11pt;
	font-weight	: bold;
	color		: #009900;
	margin		: 0;
	padding		: 3px 0; }

h2	{
	font-size	: 20px;
	color		: #FFFFFF;
	font-family	: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin		: 20px 0 10px 0;
	padding		: 3px 0 3px 20px;
	background	: url("back.gif") repeat-x;
	border		: 1px solid #009900; }

h3	{
	color	: #666666; }

h4	{ color: #FF9900; }

h5	{
	background-image	: url(../images/menu.jpg);
	background-repeat	: no-repeat;
	height			: 40px;
	padding-top		: 10px;
	padding-left		: 10px;
	color			: #FFFFFF;
	font-size		: 18px; }


/*　その他　*/

a	{
	color		: #4169E1;
	text-decoration	: none;
}

a:visited {
	color			: #4169E1;
	text-decoration	: none;
}

a:hover {
	color		: #4169E1;
	text-decoration	: underline; }

strong	{ font-weight	: nomal; }

em	{ font-style	: nomal; }

img {
	border		: none;
}

p {
	font-size	: 11pt;
	line-height	: 180%;
}

/*　特商法　*/

#law {
	margin-top	: 110px;
}

#law img {
	margin		: 20px 0;
}

/*　メルマガ　*/

#melmaga {
	width		: 580px;
	margin		: 50px 0 0 0;
	padding		: 20px;
	border		: solid 1px #CCCCCC;
}

#melmaga p {
		margin-bottom	: 20px;
		text-align		: left;
}

#melmaga td.name {
	padding		: 5px 20px;
	font-size	: 11pt;
	background	: #EEEEEE;
	border		: 1px solid #CCCCCC;
	width		: 150px;
}

#melmaga td.mail {
	padding		: 5px 10px;
	background	: #FFFFFF;
	border		: 1px solid #CCCCCC;
	width		: 300px;
}

.kome {
	color		: red;
}

/*　個別変更部分　*/

.f1 {
	margin			: 20px 0;
	color			: #000099;
	font-weight		: bold;
	font-size		: 20pt;
	text-align		: center;
}

.f2 {
	margin			: 30px 0 10px 0;
	color			: #000099;
	font-weight		: bold;
	font-size		: 20pt;
	text-align		: center;
}

.f3 {
	margin			: 20px 0 40px 140px;
	text-align		: left;
}

.f4 {
	margin-left		: 180px;
}

.red {
	color		: red;
	font-size	: 14pt;
}

#mainbox table {
	border-collapse	: collapse;
}

#mainbox td.left {
	padding		: 5px 10px;
	font-size	: 11pt;
	border		: solid 1px #000099;
}

#mainbox td.right {
	padding		: 3px 20px;
	font-size	: 11pt;
	line-height	: 180%;
	border		: solid 1px #000099;
}

