@charset "Shift_JIS";

/* ################################################################################ */
/*        　                                                                        */
/*        ●各ページ共通のスタイル                                                  */
/*       　 1.ページ全体のレイアウト等                                              */
/*        　2.ヘッダ                                                                */
/*        　3.                                           */
/*        　4.フッタ                                                                */
/*        　                                                                        */
/* ################################################################################ */

/* ================================================================================ */
/*      1.ページ全体のレイアウト等                                                  */
/* ================================================================================ */

/* リセット用CSSをインポート */
@import "reset.css";

@import "globalNavigation.css";

/* フッター用CSSをインポート */
@import "../../../foot.css";




/* body */
body {
	font-size:100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../../cgi_image/up_bar_cart_loop.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:link { text-decoration: none ; color:#0066cc }
a:visited { text-decoration: none ; color:#6699cc }
a:hover{ text-decoration: underline ; color:#6633ff }

#container{
	width: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	position: relative;
	padding-top: 0px;
}



/* ================================================================================ */
/*      2.コンテンツエリア                                                          */
/* ================================================================================ */
#contents{
	height: 1%;
	float: left;
	width: 720px;
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}

/* ================================================================================ */
/*      3. section1                                                                 */
/* ================================================================================ */
div.mainColumn div.section1 {
	width: 760px;
}

.section1 p{
	font-size: 0.7em;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 10px;
}

.section1 p.spacelarge{
	display: block;
	padding-bottom: 20px;
	color: #333333 !important;
}

/* ================================================================================ */
/*      3-1. section2                                                                */
/* ================================================================================ */
div.mainColumn div.section2 {
	width: 720px;
}




/* ================================================================================ */
/*      4. section3                                                                */  
/* ================================================================================ */

div.mainColumn div.section3 {
	width: 720px;
}

/* 2009/02/13 SHINYA */
pre{
	font-size: 12px;
	line-height: 1.6em;
	clear: both;
}