body {
	color: #999999;	/* 全体の文字色 */
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/* 壁色と壁紙画像設定 */
	background-color: #FFF;
	background-image: url(url());
}

h2,h3,p,ul,li,dl,dt,dd{
	padding: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
}

.left img {
	border: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
}
.point img {
	border: none;
	margin-top: 0px;
	padding-top: 0px;
}
.color1 {
	color: #647d1e;
}

.mini {
	font-size: 90%;
	line-height: 1.6;
}

#main ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}
html , body {
	background-color: #fff;
	color: #333;
	height: 100%;
}   
#wrapper {   
    border: solid 1px;   
    margin: 0 auto;   
    position: relative;   
    width: 100%;   
    height: 100%;   
}   



/* 全般のリンク設定
--------------------------------------------------------------------------- */
a {
	color: #333;	/* リンク色 */
	text-decoration: none;
}

a:hover {
	color: #B31813;	/* カーソルオーバー時の色 */
	text-decoration: none;	/* オーバー時に下線を消す設定。消したくないならこの１行を削除する。 */
	text-align: center;
}

.hedmenu table tr td a {
	color: #B31813;	/* カーソルオーバー時の色 */
	text-decoration: none;	/* オーバー時に下線を消す設定。消したくないならこの１行を削除する。 */
}

/* コンテナー（HP全体を囲むブロック）
--------------------------------------------------------------------------- */
#container {
	text-align: center;
	width: 100%;
	padding-top: 0px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	overflow: scroll;
	z-index: 1;
	height: 100%;
	padding-left: 8px;
}

.containerbox {
	text-align: center;
	width: 1000px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}


/* ヘッダー
--------------------------------------------------------------------------- */
#header {
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-color:#333;
}

/* ロゴ画像の配置位置設定 */
#header #logo {
	position: relative;
	top: 4px;	/* ヘッダー画像に対して上から25pxの位置 */
	right: 10px;	/* ヘッダー画像に対して右から0pxの位置 */
	color: #FFF;
	font-size: 10px;
	text-align: right;
}

/* h1タグ設定 */
#header h1 {
	font-size: 10px;	/* 文字サイズ */
	font-weight: normal;
	position: absolute;
	left: 130px;	/* ヘッダー画像に対して左から10pxの位置 */
	color: #FFF;	/* 文字色 */
	width: 300px;
	margin-left:10px;
}
#header {
	background-color: #333;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
}   



/* メインメニュー（メイン画像上のメニュー）
--------------------------------------------------------------------------- */
ul#menu li{
	height: 60px;
	width: 145px;
}

/* メニュー画像の透明度設定 */
ul#menu li a img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
}

/* メニュー画像の透明度設定（カーソルオーバー時）と位置を少しずらす設定 */
ul#menu li a:hover img {
	filter: Alpha(opacity=100);
	opacity: 1.0;
	position: relative;
	left: 1px;
	top: 1px;
}

/* メニュー１(menu1.gif)画像の位置設定 */
#menu1 {
	position: absolute;
	left: 25px;		/* ヘッダー画像に対して左から12pxの位置 */
	bottom: 10px;	/* ヘッダー画像に対して下から10pxの位置 */
}

/* メニュー２(menu2.gif)画像の位置設定 */
#menu2 {
	position: absolute;
	left: 185px;	/* ヘッダー画像に対して左から172pxの位置 */
	bottom: 10px;	/* ヘッダー画像に対して下から10pxの位置 */
}

/* メニュー３(menu3.gif)画像の位置設定 */
#menu3 {
	position: absolute;
	left: 345px;	/* ヘッダー画像に対して左から322pxの位置 */
	bottom: 10px;	/* ヘッダー画像に対して下から10pxの位置 */
}

/* メニュー４(menu4.gif)画像の位置設定 */
#menu4 {
	position: absolute;
	left: 505px;	/* ヘッダー画像に対して左から472pxの位置 */
	bottom: 10px;	/* ヘッダー画像に対して下から10pxの位置 */
}

/* メニュー５(menu5.gif)画像の位置設定 */
#menu5 {
	position: absolute;
	left: 665px;	/* ヘッダー画像に対して左から622pxの位置 */
	bottom: 10px;	/* ヘッダー画像に対して下から10pxの位置 */
}

/* メニュー６(menu6.gif)画像の位置設定 */
#menu6 {
	position: absolute;
	left: 752px;	/* ヘッダー画像に対して左から752pxの位置 */
	bottom: 10px;	/* ヘッダー画像に対して下から10pxの位置 */
}




/* メインコンテンツ（右側ブロック）
--------------------------------------------------------------------------- */


/* h2見出し設定 */
#main h2 {
	font-size: 100%;
	color: #FFFFFF;	/* 背景画像設定 */
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	overflow: hidden;
	background-color: #739023;
	background-image: url(../supl2/images/midashi_bg.gif);
	background-repeat: no-repeat;
}

#p14gc h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #A6191F;
	text-align: left;
	font-weight: bold;
}
.p14gc h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #A6191F;
	text-align: left;
	font-weight: bold;
}
#main p {
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
}

#mainContents {   
    background: #55f;   
    overflow: auto;   
    position: relative;   
    margin-left: 160px;   
    width: 1000px;   
    height: 100%;   
    z-index: 1;   
}   
#mainContentsInner {   
    padding: 105px 0 50px;   
}   

.main {
	width:780px;
	float: right;
}

/* サイドコンテンツ（左側ブロック）
--------------------------------------------------------------------------- */
#side {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
}

/* h3見出し設定 */
#side h3 {
	border: 3px double #f5feda;	/* ボーダー設定。3pxの二重線を#f5fedaの色で入れる。 */
	text-align: center;			/* センタリング設定。左寄せがいいならこの１行を削除する。 */
	font-size: 100%;
	letter-spacing: 0.2em;		/* 文字間隔を少しあける設定 */
	background: #739023 url(../supl2/images/h3_bg.gif) no-repeat center top;	/* 背景画像設定 */
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
	background-color: #FFC;
	font-size: 12px;
}

.left {
	width:206px;
	float: left;
	margin-top:0px;
	padding-top: 0px;
	vertical-align: top;
	height:100%;
}


/* サイドメニュー
--------------------------------------------------------------------------- */
ul.sidemenu {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.sidemenu li {
	margin-bottom: 5px;
}

ul.sidemenu li a {
	border-bottom: 1px solid #999999;	/* メニュー下に#999999の直線を入れる設定。 */
	border-left: 5px solid #647d1e;		/* メニュー左に5px幅の直線を#647d1eで入れる設定。 */
	display: block;
	width: 190px;
	padding-left: 5px;
	text-decoration: none;
	color: #647D1E;
}

ul.sidemenu li a:hover {
	border-bottom: 1px solid #647d1e;
	background-color: #FFC;
}




/* メインコンテンツ内の「What's New」部分
--------------------------------------------------------------------------- */
#main dl.new {
	height: 100px;		/* What's Newボックスの高さ */
	overflow: auto;		/* この設定でiframe風に見える */
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right: 1px solid #97B83A;	/* What's Newのフチの右ライン */
	border-bottom: 1px solid #97B83A;	/* What's Newのフチの下ライン */
	border-left: 1px solid #97B83A;	/* What's Newボックスの背景色 */
	background: #f3f5e9;
}

#main dt {
	font-weight: bold;	/* 日付を太字にする設定。 */
	color: #647d1e;		/* 文字色*/
}

#main dd {
	border-bottom: 1px solid #cccccc;	/* 説明文の下に1pxの直線(solid)を#ccccccの色で入れる。 */
}



/* テーブル
--------------------------------------------------------------------------- */
.ta {
	width: 600px;
	border-collapse:collapse;
	border: 1px solid #97B83A;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}

.ta td, .ta th{
	padding: 10px 5px;
	border: 1px solid #97B83A;
}

.ta th{
	width: 150px;
	text-align: center;
	background: #f0f5e1;
}

.ta .tamidashi{
	width: auto;
	text-align: center;
	background: #b6d365;
	color: #FFFFFF;
}



/* フッター（最下部コピーライト部分）
--------------------------------------------------------------------------- */
#footer {
	border-bottom: 1px solid #ababa9;
	text-align: center;
	padding-bottom: 0px;
	clear: both;
	width: 100%;
	background-color: #333;
	color: #FFF;
	height: 30px;
}
#footer {
	position: absolute;
	bottom: -5px;
	left: -18px;
	width: 100%;
	z-index: 2;
}  
#footer a {
	color: #FFF;
}

#container table tr td table tr td table tr td table tr td table tr td {
	color: #FFF;
}
.p12wl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-align: left;
}
.p12wc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}
.p12bl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	text-align: left;
}
.p14bl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	text-align: left;
	font-weight: bold;
}
.p14blm {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: left;
	margin:10px 30px 10px 30px;
}
.p14blm_10 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: left;
	margin:10px 10px 10px 10px;
}
.p16blm {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	text-align: left;
	margin:10px 30px 10px 30px;
}
.p16blm_10 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	text-align: left;
	margin:10px 10px 10px 0px;
}
.p16rlm {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #CE2929;
	text-align: left;
	margin:10px 0px 10px 0px;
	font-weight: bold;
}
.p20blm {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #333;
	text-align: left;
	margin:10px 30px 10px 30px;
}
.p20rlm {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #CE2929;
	text-align: left;
	margin:10px 0px 10px 30px;
	font-weight: bold;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #CE2929;
	text-align: left;
	margin:10px 0px 10px 30px;
	font-weight: bold;
}
.p12rl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #CE2929;
	text-align: left;
}

.leftmenu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: left;
	background-image:url(img/arrow1_1.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 25px;
}
.leftmenu :hover {
	color: #B00F15;
}


#container table tr td table tr td #wrap #foot #footer div {
	color: #FFF;
	font-size: 12px;
}
.p10bc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #333;
	text-align: center;
}

.p12bc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: center;
}
.p12oc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FF7F50;
	text-align: center;
}

.p14gc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #A6191F;
	text-align: left;
	font-weight: bold;
}
.p14rc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #A6191F;
	text-align: center;
	font-weight: bold;
}
#container table tr td table tr td #wrap #foot #footer div a {
	color: #FFF;
}

.planimg1 {
	background-image: url(img/20110118-bana01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width:258px;
	height:160px;
}
.planimg2 {
	background-image: url(img/20110118-bana02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width:258px;
	height:160px;
}
.planimg3 {
	background-image: url(img/20110118-bana03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width:258px;
	height:160px;
}
div.plan1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: text-top;
    font-size: 24px;
	padding-top: 24px;
	padding-left:80px;
	text-align:left;
	line-height: 20px;
	color: #fff;
	cursor: hand;		
}

div.plan2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: text-top;
	font-size: 12px;
	padding-top: 80px;
	padding-left:72px;
	text-align:left;
	line-height: 20px;
	color: #333;
	cursor: hand;		
}
.main_1 {
	background-image: url(img/seo-demo14.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width:700px;
	height:300px;
}
div.main01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: text-top;
    font-size: 24px;
	padding-top: 24px;
	padding-left:80px;
	text-align:left;
	line-height: 20px;
	color: #fff;
	cursor: hand;		
}
.r16gr {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 24px;
	color: #000;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
	padding-left: 10px;
	height: 50px;
	background-image: url(img/top-img/ftbar.jpg);
}

.p10wl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
	text-align: left;
}
.10wc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333;
	text-align: center;
}
.14wc {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.p12br {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: right;
	padding-right: 50px;
}

.topimg2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-image: url(img/20101021-m-04.jpg);
	text-align: center;
	background-repeat: repeat;
}

.tms-bl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-align: left;
	background-image: url(img/top-img/tmsbl.jpg);
}
	
.tms-bl:hover{
	color: #333;
	background-image: url(img/top-img/tmsbl-b.jpg);
}

.tms-gr {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background-color: #999;
	text-align: left;
	background-image: url(img/top-img/tmsgl.jpg);
}

.tms-gr:hover{
	color: #333;
	background-image: url(img/top-img/tmsgl-b.jpg);
	background-repeat: no-repeat;
}


.p14wl-r {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background-color: #F00;
	text-align: left;
}
.p14wl-b {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background-color: #00F;
	text-align: center;
}
.p12wc-re {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFF;
	background-color: #F00;
	text-align: center;
}
.p12wc-bk {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFF;
	background-color: #666;
	text-align: center;
}
.p12wc-gr {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFF;
	background-color: #090;
	text-align: center;
}
.p12wc-bl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFF;
	background-color: #09F;
	text-align: center;
}
.p12wc-ye {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	background-color: #FF0;
	text-align: center;
}
.p12wc-or {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFF;
	background-color: #F90;
	text-align: center;
}
.hed {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	background-image: url(../img/20110116-bar02.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 1000px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}	
.hed img{
	text-align: right;
	background-position: right;
}
#hedtop{
	position: absolute;
	left: -1px;
}
#hedimg{
	position: absolute;
	left: 788px;
	top: 30px;
}
.hedmenu table tr td{
	background-image:url(../img/20110123-bar03.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:45px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #B00F15;
	text-align: center;
}

.hedmenu table tr td:hover {
	background-image:url(../img/20110123-bar04.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:45px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #B00F15;
	text-align: center;
	cursor: hand;
}

.hedmenu table tr td span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-align: center;
}

.info img {
	margin-bottom:180px;
}




#roll_css3 {
line-height:35px;
}
　
div#roll_css3 a {
display:block;
width:120px;
height:35px;
background-color: #F00;
color: #FFF;
text-decoration: none;
text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 2px #FF0000;
-moz-box-shadow: 0px 0px 2px #FF0000;
box-shadow: 0px 0px 2px #FF0000;
text-shadow: 1px 1px 1px #CCC;
-moz-transition: box-shadow 0.7s, text-shadow 0.7s;
-webkit-transition: box-shadow 0.7s, text-shadow 0.7s;
transition: box-shadow 0.7s, text-shadow 0.7s;
}
　
div#roll_css3 a:hover {	
-webkit-box-shadow: 0px 0px 10px #FF0000;
-moz-box-shadow: 0px 0px 10px #FF0000;
box-shadow: 0px 0px 10px #FF0000;
text-shadow: 0px 0px 10px rgba(255,255,255,1), 
0px -3px 10px rgba(255,255,255,1), 
0px 3px 10px rgba(255,255,255,1);
-moz-transition: box-shadow 0.7s, text-shadow 0.7s;
-webkit-transition: box-shadow 0.7s, text-shadow 0.7s;
transition: box-shadow 0.7s, text-shadow 0.7s;
}
　
div#roll_css3 a:before {
content:&quot;» &quot;;
}
