/* CSS Document */

@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}

body {
	font-size: 12px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 1px;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
}

img {
	border: none;
	margin-top: 10px;
}

/* リンク
---------------------------------------------*/
a {
	text-decoration:none;
}

a:visited {
	color:#3300FF;
	background: transparent;
	text-decoration:none;
}


/* 全体の位置
---------------------------------------------*/
#header{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 90px;
	padding: 0;
	background:url(../carte/images/head.gif) no-repeat;
}

#main{
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	height: 700px;
	width: 500px;
	background-color:#CCCCCC;
	background:url(../images/bg.gif) repeat;
}

/* 幅可変の2段組レイアウト
---------------------------------------------*/


/* ロゴ
---------------------------------------------*/


/* グローバルナビゲーション
---------------------------------------------*/

	

/* 要素
---------------------------------------------*/



/* パンくずリスト
---------------------------------------------*/


/* 本文
---------------------------------------------*/
h1{
	margin-bottom: 10px;
}

p.marque{
	margin-top: 20px;
	width: 380px;
	text-align: center;
	}

p.text{
	margin-top: 10px;
	margin-bottom: 30px;
	height: 20px;
	}
	
p.link{
	margin: 20px 0 5px 50px;
	font-size: 14px;
	width: 380px;
	text-align: left;
	}
	
/* リスト
---------------------------------------------*/


/* テーブル
---------------------------------------------*/
