/*----- base -----*/

body{
	margin:0;
	text-align:center;
    margin-left: auto;
    margin-right: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
	}

img{
	border:0px;
	}
		

a{
	color:#333333;
	outline:none;
	}


h1,h2,h3,h4,h5,ul,li,dl,dl dd,dl dt,p,img,iframe,address{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-weight:normal;
	border:none;
	}

/*-- Amazonキャンヘーンページ --*/
#bdo_pic002 {
	width: 850px;
    height: 656px;
	background-image: url(../img/oseibo2013/pic_002.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
}

.mokuji{
    padding-left: 40px;
    text-align:left;
    font-size:24px;
    line-height:50px;
}

.bdo_right{
    float:right;
    padding-left:30px;
    padding-right:40px;
}
 

.prof{
    padding-left: 40px;
    text-align:left;
    font-size:1.1em;
    line-height:1.4em;
}

.txt{
    padding-left: 40px;
    padding-right: 20px;
    font-size: 1em;
	text-align:left;

}
.txtRed {
	font-size: 1.1em;
	text-align:left;
    color: #ff0000;
}

.txtRed2 {
	font-size: 1em;
	text-align:left;
    color: #af0112;
}

#formcenter{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bdo_clear {
	clear:both;
}

#bdo_orderLeft{
width:425px;
float:left;}

#bdo_orderRight{
width:425px;
}




/*リンク色*/
a:link {color: ;}
/*すでにクリックしたリンク色*/
a:visited {color: ;}
/*クリック中のリンク色*/
a:active {color: ;}
/*マウスカーソル通過時の色*/
a:hover {color:	#fa1;}


/*背景色*/
body {background-color: #FFFFFF;}
/*背景画像*/
body {background-image:url();}
/*背景画像の繰り返し*/
body {background-repeat: no-repeat;}
/*背景画像の位置*/
body {background-position:top center;}


/*テキスト*/

/*全体*/
/*色*/
body {color: #000000;}
/*サイズ*/
body {font-size: 100%;}
/*行間*/
p {line-height: ;}

/*ページ見出し*/
/*色*/
.pageTitle {color: ;}
/*サイズ*/
.pageTitle {font-size: ;}
/*行間*/
.pageTitle {line-height: ;}



