@charset "UTF-8";

/* 初期設定 */
body.gundam{
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Osaka","ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	color:#333;
}

.left{
	float: left;
}

.right{
	float: right;
}

ul,ol{
	list-style: none;
}

.test{
	border: 1px solid #f00;
}

a{
text-decoration: underline;
}

a:hover{
text-decoration: underline;
}

/* ページ */
.gundam #container {
	width:630px;
	line-height:150%;
	padding:0 10px;
}
.gundam #container .cap{
	font-size:10px;
	line-height:140%;
	margin-top:10px;
}

/* タイトル */
.gundam #title1 {
	width:630px;
	height:330px;
	background:url(../image/gundam_title1.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px;
}

.gundam #title2 {
	width:630px;
	height:44px;
	background:url(../image/gundam_title2.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px;
}

/* コンテンツ */
.gundam #contents {
	width:630px;
}

.gundam #contents .img_box{
	width:270px;
	float:left;
}

.gundam #contents .img_box .img1{
	width:270px;
	height:1721px;
	margin:0 10px 0 0;
	background:url(../image/gundam_img1.jpg) no-repeat;
}

.gundam #contents .main_box{
	width:350px;
	height:1721px;
	float:right;
}

.gundam #contents .main_box .read{
	width:350px;
	margin:0 0 10px 0;
}

.gundam #contents .main_box .read p{
	color:#333;
	font-size:12px;
	line-height:150%;
}

.gundam #contents .main_box .img2{
	width:350px;
	height:1563px;
	margin:0;
	background:url(../image/gundam_img2.jpg) no-repeat;
}

.gundam #contents .data_box {
	width:630px;
	background-color:#081D35;
	margin:10px 0 10px 0;
}

.gundam #contents .data_box p{
	color:#fff;
	font-size:12px;
	line-height:150%;
	padding:10px;
}

.gundam #contents .book_box{
	width:360px;
	border: 1px solid #081D35;
	padding:10px 0 10px 10px;
	float:left;
}

.gundam #contents .book_box .img3_box{
	width:160px;
	margin:0px;
	float:left;
}

.gundam #contents .book_box .img3_box .img3{
	width:160px;
	height:222px;
	background:url(../image/gundam_img3.jpg) no-repeat;
}

.gundam #contents .book_box .release_box{
	width:177px;
	padding:0 0 0 10px;
	float:left;
}

.gundam #contents .book_box .release_box p{
	color:#333;
	font-size:12px;
	line-height:150%;
}

.small{
	color:#333;
	font-size:10px;
	line-height:150%;
}

.gundam #contents .link_box{
	width:200px;
	margin:10px 0 0 10px;
	float:left;
}

.gundam #contents .link_box p{
	width:200px;
	padding:0 10px 0 0 ;
}

.gundam #contents .link_box .btn1{
	margin:0 0 8px 0 ;
}

.gundam #contents .link_box .btn2{
	margin:0 0 8px 0 ;
}

