@charset "shift_jis";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0px;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#back1 {
}
#header {
	width: 770px;
	text-align: left;
}

#container  {
	width: 770px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #81B219;
	border-left-color: #CA1524;
} 
#mainContent  {
	font-size: 16px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 150%;
}
#sidebar1  {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	font-size: 14px;
	line-height: 150%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#footer  {
	background-image: url(http://www.applecorejapan.com/giggrips/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer  p  {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: center;
	font-size: 12px;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h1   {
	margin: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/top.jpg);
	height: 120px;
	width: 770px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	padding: 0px;
}
h2 {
	margin: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/topbanner.jpg);
	height: 300px;
	width: 770px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	padding: 0px;
}
h3 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 770px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	font-size: 9px;
	margin: 0px;
}
#menu ul li {
	float: left;
	height: 35px;
}
#menu ul li a {
	display: block;
	height: 35px;
}
#menu ul li.menu01 a {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#menu ul li.menu02 a {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#menu ul li.menu03 a {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#menu ul li.menu04 a {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#menu ul li.menu05 a {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#menu ul li.menu06 a {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#menu ul li.menu07 a {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#menu ul li a:hover {
	background-position: 0px -35px;
}
#submenu {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 150px;
}
#submenu ul   {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#submenu ul    li  {
	height: 45px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#submenu ul    li   a  {
	display: block;
	height: 45px;
}
#submenu ul li.submenu00 a {
	background-image: url(images/menu00.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu01 a {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu02 a {
	background-image: url(images/menu02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu03 a {
	background-image: url(images/menu03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu04 a {
	background-image: url(images/menu04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu05 a {
	background-image: url(images/menu05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu06 a {
	background-image: url(images/menu06.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu07 a {
	background-image: url(images/menu07.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
	margin-top: 15px;
}
#submenu ul li a:hover {
	background-position: 0px -45px;
}
.rollover01 {
	width: 400px;
	height: 100px;
	background-image: url(http://www.applecorejapan.com/giggrips/images/order.gif);
	text-indent: -9999px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 70px;
}
.rollover01 a {
	width: 400px;
	height: 100px;
	display: block;
	background-image: url(http://www.applecorejapan.com/giggrips/images/order.gif);
}
.rollover01 a:hover {
	background-image: url(http://www.applecorejapan.com/giggrips/images/order.gif);
	background-position: 0px -100px;
}
.rollover02 {
	width: 300px;
	height: 50px;
	background-image: url(http://www.applecorejapan.com/giggrips/images/order.gif);
	text-indent: -9999px;
	margin-left: 100px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.rollover02 a {
	width: 300px;
	height: 50px;
	display: block;
	background-image: url(http://www.applecorejapan.com/giggrips/images/order.gif);
	text-align: center;
}
.rollover02 a:hover {
	background-image: url(http://www.applecorejapan.com/giggrips/images/order.gif);
	background-position: 0px -50px;
}

.rollover03 {
	width: 300px;
	height: 50px;
	background-image: url(http://www.applecorejapan.com/giggrips/images/order.gif);
	text-indent: -9999px;
	margin-left: 100px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.rollover03 a {
	width: 300px;
	height: 50px;
	display: block;
	background-image: url(http://www.applecorejapan.com/giggrips/images/order.gif);
	text-align: center;
}
.rollover03 a:hover {
	background-image: url(http://www.applecorejapan.com/giggrips/images/order.gif);
	background-position: 0px -50px;
}

#form1 {
	width: 450px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0px;
	margin: 0px;
}
#form1 p {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#side-frame1 {
	width: 170px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#side-frame1 p {
	padding: 5px;
}

ul.check1 {
	list-style-position: outside;
	list-style-image: url(images/check1.gif);
	list-style-type: none;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
	margin-top: 30px;
}
ul.check1   li {
	font-weight: bold;
	margin-top: 10px;
	font-size: 110%;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 40px;
}
.table1 {
	border: 1px solid #CCCC66;
	margin-bottom: 75px;
}
.table1 th {

}
.table1 td {
	border: 1px solid #CCCC66;
}
.table2 {
	border: 1px solid #CCCC66;
	margin-bottom: 75px;
}
.table2 th {

}
.table2 td {
	border: 1px solid #CCCC66;
}
.caption {
	margin-top: 65px;
}
.caption2 {
	margin-top: 35px;
	margin-bottom: 10px;
}
.frame_red {
	border: 2px dotted #CC0000;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}


.title {
	margin-bottom: 15px;
}
.page-top {
	font-size: 12px;
	text-align: right;
}


.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.text-red {
	font-size: 120%;
	color: #FF0000;
}
.text-blue {
	font-size: 120%;
	color: #003399;
}
.text-underline {
	text-decoration: underline;
}
.text-big {
	font-size: 150%;
	font-weight: bold;
}
.text_small {
	font-size: 85%;
}
.text-centerred {
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	font-size: 110%;
}
.text_small {
	font-size: 80%;
}