@charset "shift_jis";


/*---------- 全体の設定 ----------*/

body 
	{
 font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding:0;
	text-align:center;
	background: #cccccc;/*背景色*/
	background:url(img/080.png) repeat;
	}

h1,h2,h3,h4,p
	{
	margin:0;
	padding:0;
	}

p	{
	margin: 20px 0 20px 10px;
	line-height: 150%;
	letter-spacing: 1px;
	}

a:hover  
	{
	color: #000000;
	text-decoration:none;
	}

a:visited  
	{
	color: #6666ff;
	text-decoration:underline;
	}

/*---------- コンテナ ----------*/

#container
	{
	width:1000px;
	background:#ffffff;
	text-align:left;
	margin:0 auto;
	padding:0;
	border-left: 5px outset #ff0000;
	border-right: 5px inset #ff0000;
	}

/*---------- ヘッダー ----------*/

#header
	{
	height:410px;
	width:1000px;
	background:#cccccc;
	background:url(img/hb.png) no-repeat;
	float:left;
	}

/* -- ページの説明 -- */

#header h1 
	{
	font-size: 20px;
	color: #666666;
	line-height: 150%;
	margin: 30px 60px 10px 600px;
	}

#header p{
	font-size: 14px;
	line-height: 150%;
	color:#999999;
	margin: 0px 0px 0px 0px;
	padding:0px 70px 0px 610px;
}

/*---------- メインコンテンツ ----------*/

#contents1
	{
	width:720px;
	background:#ffffff;
	float:left;
	margin-left:10px;
	}

.main
	{
	width:670px;
	margin:0 50px 20px 0;
	padding:0px;
	float:left;
	}

h2
	{
	font-size: 20px;
	background: #ffffff;/*背景色*/
	margin: 20px 0px 30px 0px;
	text-indent: 100px;
	line-height: 50px;
	color: #666666;/*コンテンツタイトルの色*/
	background:url(img/pan.gif) no-repeat;
	}

h3
	{
	font-size: 20px;
	background: #ffffff;/*背景色*/
	margin: 20px 0px 30px 0px;
	text-indent: 100px;
	line-height: 50px;
	color: #666666;/*コンテンツタイトルの色*/
	background:url(img/pan.gif) no-repeat;
	}

.border
	{
	border: 2px solid #666666;
	margin: 20px 20px 40px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	background:#333333;
	}

.picture
	{
	float: left;
	margin: 10px 20px 10px 10px;
	}

.ag
	{
	margin: 0 50px 10px 20px;
	padding: 0;
	font-size: 10px;
	color: #666666;
	float: left;
	}

.ag3
	{
	margin: 40px 0 40px 0;
	padding: 0;
	font-size: 10px;
	color: #666666;
	text-align: center;
	}

/*---------- コンテンツ２ ----------*/

#contents2
	{
	font-size: 14px;
	color: #666666;
	line-height: 150%;
	width:260px;
	background:#ffffff;
	margin-right: 10px;
	float:right;
	}

.right
	{
	width:260px;
	margin: 0 0 20px 0;
	float:right;
	}

h4
	{
	font-size: 16px;
	background: #ffffff;/*背景色*/
	margin: 50px 0px 10px 0px;
	text-indent:10px;
	line-height: 20px;
	color: #666666/*コンテンツタイトルの色*/
	}

.c2m
	{
	width:260px;
	margin:30px 0 30px 0;
	}

.c2m p
	{
	font-size: 16px;
	color: #999999;
	margin: 20px 0 10px 10px;
	line-height: 150%;
	letter-spacing: 1px;
	}

.c2m a
	{
	color: #333333;
	display: block;
	background:url(img/mb.png) no-repeat;*背景色*/
	width: 260px;
	margin: 0 0 0 0;
	padding: 20px 10px 20px 20px;
	font-size: 14px;
	background-color: #ffffff;
	text-decoration: none;
	}
  
.c2m a:hover
	{
	color: #999999;
	display: block;
	background:url(img/mbc.png) no-repeat;*背景色*/
	width: 260px;
	margin: 0 0 0 0;
	padding: 20px 10px 20px 20px;
	font-size: 14px;
	background-color: #ffffff;
	text-decoration: none;
	}

.des
	{
	font-size: 12px;
	padding: 5px;
	margin: 10px 0 30px 0;
	border: 1px dotted #919191;/*枠の色*/
	}

.c2hb
	{
	float: center;
	margin: 0px 0px 30px 0px;
	}

.info
	{
	text-align: center;
	margin: 10px 0px 30px 0px;
	}

.bread
	{
	float: right;
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #996633;
	}

.ag2
	{
	margin: 40px 0 40px 0;
	padding: 0;
	font-size: 10px;
	color: #666666;
	text-align: center;
	}

/*---------- フッター ----------*/

#footer 
	{
	margin-top:10px;
	border-top:7px inset #ff3333;/*フッター線の色*/
	height: 50px;
	padding-top:0px;
	padding-right:25px;
	text-align: center;
	clear:both;
	font-size: 12px;
	color: #919191;
	}

#footer a {
  color: #cccccc;
  font-size: 12px;
  text-decoration: none;	
 }

#footer a:hover {
  color: #996633;
}