/*-- < デフォルト > --*/

*	{
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	font-style:normal;
	font-size: 100%;
}

img {
	vertical-align: bottom;
	margin:0px 1px;
    border:none;
}

body {
	color:#006666;
	font-size:83%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
    background-image: url('../image/bg.gif');
    background-color: #FFFFFF;
    text-align:center;
    z-index:0;
}

ul	{
	list-style: none;
}

a {
    color: #3333AA;
    text-decoration:underline;
}

a:visited	{
	color:#993399;
}

a:hover {
    color:#BB5555;
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6	{
    text-align:left;
}

hr	{
	color: #69FFCA;
	
}

h1	{
	margin-left:40px;
	font-weight:normal;
	font-size: 100%;
}

option	{
	padding: 0px 5px;
}

em {
	font-weight:bolder;
}

.caution	{
	color: red;
	font-weight: 800;
}

/*-- < デフォルト ここまで > --*/


/*-- < ページレイアウト > --*/

#base {
	position: relative;
    width:765px;
    background-color: #FFFFFF;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

#top {
    width:765px;
    height:100px;
}

#main {
	min-height: 800px;
	_height: 800px;
	margin-left:160px;
	padding-bottom:20px;
}

/*-- < ページレイアウト ここまで > --*/


/*-- < デザイン > --*/

.lv1	{
	margin-left: 10px;
}

.lv2	{
	margin-left: 20px;
}

.lv3	{
	margin-left: 30px;
}

.stc	{
    margin:10px 0px 10px 20px;
}

.stm	{
    margin:7px 0px;
}

.stmp	{
    margin:18px 0px 5px 0px;
}

.strong	{
    font-weight:bold;
}

.white {
  color: #FFFFFF;
}

.red {
  color: #FF0000;
  font-weight:500;
}

.notice {
  color: #FF0000;
  font-weight:500;
}

.blockquote	{
	margin: 10px 5px 10px 20px;
}

.sentence_up	{
	background-image: url('../image/bg_sentence_up.gif');
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding:12px 20px;
}

.sentence_down	{
	background-image: url('../image/bg_sentence_down.gif');
	padding: 0px 5px 5px 5px;
	margin: 10px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.sentence_up ul	{
   list-style-image: url('../image/icon_li.gif');
   margin-left: 10px;
}

.sentence_up li	{
	margin-bottom: 4px;
}

.back	{
	margin-top:10px;
	text-align: right;
}

.contents	{
	margin: 10px 20px;
	padding: 10px;
	border: 1px solid #FFCCCC;
}

caption	{
	text-align:center;
	background-color: #666699;
	font-weight: bold;
	color: #ffffff;
}

ul.li	{
	list-style-image: url('../image/icon_li.gif');
	margin: 15px 10px 15px 30px;
}

/*-- < デザイン ここまで > --*/


/*-- < レイアウト > --*/

.relative	{
	position: relative;
}

.clear	{
    clear:both;
}

.f_left	{
	float: left;
}

.f_right	{
	float: right;
}

.left {
  text-align: left;
}

.center	{
    text-align:center;
}

.objcenter	{
    text-align:center;
}

.objcenter div	{
    margin-left:auto;
    margin-right:auto;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.margintop1 {
  margin-top: 10px;
}

.margintop2 {
  margin-top: 20px;
}

.margintop3 {
  margin-top: 30px;
}

.margintop5 {
  margin-top: 50px;
}

.marginbottom1 {
  margin-bottom: 10px;
}

.marginbottom2 {
  margin-bottom: 20px;
}

.marginbottom3 {
  margin-bottom: 30px;
}

.marginboth {
  margin: 15px 0px;
}

.marginleft1 {
  margin-left: 10px;
}

.marginleft2 {
  margin-left: 20px;
}

.marginright1 {
  margin-right: 10px;
}

.middle	{
	vertical-align: middle;
}

.top	{
	vertical-align: top;
}

/*-- < Headタグ > --*/

h4	{
	background-color: #96B4B4;
	color: #ffffff;
	margin: 15px 15px 0px 15px;
	padding: 2px 10px;
}

h6	{
	margin: 14px 0px 7px 0px;
	padding: 2px 2px 2px 5px;
	border-left: 10px solid #BFD5FF;
	border-bottom: 2px solid #BFD5FF;
}

