﻿/***********************************************/
/* AIA.                                        */
/* data:2007/5/24                            */
/***********************************************/




/* body *****************/
body{
	background:#4F0000;
	color:#231714;
	margin:0px auto;
	padding:0px auto;
	bottommargin:0px;
	text-align:center;
}




html[xmlns] body{
	margin:0;
	padding:0;
	text-align:center;
}


a:active{color:#0F22CC; text-decoration:none;}
a:visited{color:#0F22CC; text-decoration:none;}
a:link{color:#0F22CC; text-decoration:none;}
a:hover{color:#0F22CC; text-decoration:underline;}


img{border:none;}
/*ul,ol{list-style:none;}display:block; */

p{
	line-height: 120%;
	letter-spacing: 1px;
	text-align:left;
	margin:10px 10px 0px 40px;
}

li{
	line-height: 120%;
	letter-spacing: 1px;
	text-align:left;
		margin:15px 10px 15px 40px;
}


	/* タイトル設定
	---------------------------------------------*/

h1 {
		padding-left:430px;
		font-size: 10pt;
		font-weight: normal;
		padding:15px;
		padding-bottom:5px;
	}



	h2.top {
		clear:both;
		font-size:23pt;
		width:770px;
		font-weight: normal;
		color: #000000;
		height:65px;
		background:url('../images/h2.jpg') repeat-x left top;
		margin:0px 0px  0px  20px;
		padding:10px 0px  0px  5px;
		}


	h2 {
		clear:both;
		font-size:23pt;
		width:770px;
		font-weight: normal;
		color: #000000;
		height:65px;
		background:url('../images/h2.jpg') repeat-x left top;
		margin:70px 0px  0px  20px;
		padding:10px 0px  0px  5px;
	}


	h3 {
		text-align:left;
		height:37px;
		clear:both;
		width:780px;
		font-size: 16pt;
		color: #FFCC00;
		background: url('../images/h3.jpg') repeat-x left bottom;
		margin:50px 0px  0px  0px;
		padding:0px 0px  0px  5px;
	}

	h3.top {
		text-align:left;
		height:37px;
		clear:both;
		width:780px;
		font-size: 16pt;
		color: #FFCC00;
		background: url('../images/h3.jpg') repeat-x left bottom;
		margin:0px 0px  0px  0px;
		padding:0px 0px  0px  5px;
	}

/* パンくずなび
************************************************/
	div.breadcrumbs {
		position: relative;
		top:0px;
		height:30px;
		left:5px;
		padding:5px 0 10px 20px;
		margin:0px auto;
		text-align:left;
		font-size: 11pt;
		color: #231714;
		letter-spacing: normal;

	}



/* Wrapper /***********************************************/
#wrapper{

	margin:0px auto;
	background:url('../order/image/back.jpg') repeat-y top center;

}