@charset "utf-8";
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}
#d_contest {
	background-image: url(images/d_contest_back.jpg);
	margin-top: 0px;
	padding-top: 0px;
}
#d_contest_main {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
.container .content #news-text {
	font-size: 12px;
	line-height: 160%;
	width: 470px;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container #menu .headline {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #c11920;
	padding-left: 5px;
	width: 140px;
	margin-left: 15px;
	margin-top: 30px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
	text-decoration: none;
}
.title a:link {
	color: #006432;
	border-bottom-style: none;
	text-decoration: none;
}
#exp1 {
}
.title a:hover {
	color: #006432;
	text-decoration: underline;
}
.title a:visited {
	color: #006432;
	text-decoration: none;
}
.series a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
.image_s a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
.p_image a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
.menu_img a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
.image_l a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
#header a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
a:link {
	color: #666666; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
#topicpath a:hover {
	color: #666666;
	border-bottom-style: none;
}
#news-text a:link {
	color: #003399; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
	text-decoration: none;
}
#news-text a:hover {
	color: #003399;
	text-decoration: underline;
}
#news-text a:visited {
	color: #003399;
	text-decoration: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
#footer a:link {
	color: #003399; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
	text-decoration: none;
}
#footer a:hover {
	color: #003399;
	text-decoration: underline;
}
#footer a:visited {
	color: #003399;
	text-decoration: none;
}
.header a:hover {
	text-decoration: none;
	border-bottom-style: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 890px;
	background: #FFF; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
}
#copyright   {
	font-size: 10px;
	color: #999;
	margin-top: 2px;
	float: right;
}
#header {
	background-color: #ffffff;
}
#main   {
	float: right;
	width: 640px;
	min-height:100vh;
	padding-top: 25px;
	padding-bottom: 35px;
	padding-left: 50px;
	
	padding-right: 20px;
}
#rightbox {
	float: right;
	width: 640px;
	padding-top: 25px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-right: 20px;
}
#info {
	float: right;
	width: 690px;
	padding-top: 30px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	min-height: 100vh;
}
#menu_title {
	padding-left: 70px;
	padding-top: 320px;
	height: 160px;
	width: 30px;
}
#menu_title2 {
	padding-left: 70px;
	padding-top: 190px;
	height: 160px;
	width: 30px;
}
#menu_title3 {
	padding-left: 70px;
	padding-top: 230px;
	height: 160px;
	width: 30px;
}
#footer  {
	clear: both;
	margin-bottom: 60px;
	text-align: right;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#topicpath   {
	font-size: 11px;
	padding-left: 4px;
	float: left;
	width: 890px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 2px;
	margin-top: 5px;
}
.menu {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #c11920;
	padding-left: 5px;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-top: 30px;
	padding-top: 0px;
	float: left;
	width: 140px;
}
.menu_text {
	margin-left: 20px;
	margin-top: 6px;
	padding-top: 0px;
	float: left;
	width: 150px;
}
.topics {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #c11920;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 5px;
	float: left;
	margin-bottom: 10px;
	width: 580px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: right;
	padding-top: 10px;
}
.content  {
	font-size: 12px;
	width: 710px;
	margin-right: 0px;
}
.image_s {
	float: left;
	width: 120px;
	margin-left: 15px;
	border: 1px solid #000;
	margin-right: 15px;
}
.image_ss {
	float: left;
	width: 120px;
	margin-left: 15px;
	border: 1px solid #FFF;
	margin-right: 15px;
}
.image_l {
	float: left;
	margin-left: 10px;
	margin-right: 15px;
}
.p_info    {
	width: 610px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.p_image {
	width: 240px;
	float: left;
	border: 1px solid #666;
	margin-bottom: 5px;
}
.p_sample {
	width: 245px;
	float: left;
	margin-right: 18px;
}
.p_image2 {
	width: 240px;
	float: left;
	margin-right: 15px;
}
.p_image3 {
	width: 83px;
	height: 95px;
	padding-left: 17px;
	padding-top: 5px;
	margin-right: 6px;
	margin-top: 10px;
	border: 1px solid #CCC;
	float: left;
}
.p_image4 {
	margin-left: 15px;
	margin-top: 6px;
}
.underbox {
	width: 610px;
}
.catchcopy  {
	color: #003399;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.p_box   {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 20px;
	width: 610px;
	margin-bottom: 18px;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}
.p_box2 {
	width: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	float: left;
	margin-top: 10px;
	font-size: 14px;
	height:100vh;
}
.p_box .title {
	font-size: 16px;
	width: 320px;
}
.p_box .title2 {
	font-size: 11px;
	color: #006432;
	font-weight: bold;
	line-height: 130%;
	float: left;
	padding-top: 0px;
	width: 320px;
}
.p_box .text {
	width: 455px;
	padding-left: 0px;
}
.p_box2 .title {
	font-size: 18px;
	width: 270px;
	line-height: 110%;
}
.p_box2 .title2 {
	font-size: 11px;
	color: #006432;
	font-weight: bold;
	line-height: 130%;
	float: left;
	padding-top: 0px;
	width: 270px;
}
.p_box2 .text {
	width: 325px;
	padding-left: 0px;
	font-size: 10px;
}
.p_box2 .text2 {
	width: 580px;
	float: left;
	margin-top: 13px;
}
.series {
	width: 610px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.title      {
	font-size: 16px;
	color: #006432;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	float: left;
	width: 560px;
}
.diary_box .title {
	font-size: 16px;
	color: #006432;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	float: left;
	width: 350px;
}
.title2  {
	font-size: 11px;
	color: #006432;
	font-weight: bold;
	line-height: 130%;
	padding-top: 6px;
	float: right;
}
.diary_box {
	width: 610px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-right: 10px;
	margin-bottom: 15px;
	float: left;
	padding-bottom: 10px;
	margin-top: 5px;
}
.author      {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 325px;
}
.icon     {
	float: right;
	font-size: 10px;
	margin-right: 5px;
}
.mini_text {
	font-size: 10px;
	float: left;
	width: 325px;
	padding-top: 20px;
	line-height: 180%;
}
.diary_box     .text{
	width: 435px;
	float: left;
	padding-left: 0px;
}
.text {
	width: 580px;
	float: left;
	line-height: 180%;
	padding-left: 10px;
	padding-top: 5px;
}
.text2 {
	width: 580px;
	float: left;
	line-height: 180%;
	padding-left: 10px;
	padding-top: 5px;
}
.menu_img {
	margin-left: 18px;
	margin-top: 10px;
	float: left;
	width: 150px;
}
.container #top {
	width: 890px;
	padding-top: 10px;
	padding-bottom: 40px;
}
#news {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #c11020;
	padding-left: 5px;
	font-size: 14px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 460px;
}
#top .content {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
.diary_image {
	float: left;
	margin-left: 15px;
}
.next {
	font-size: 13px;
	color: #999;
	width: 90px;
	height: 20px;
	float: right;
	margin-top: 10px;
}
.list {
	font-size: 11px;
	text-align: left;
	width: 450px;
	margin-bottom: 30px;
	margin-top: 5px;
	margin-left: 2px;
}
.title3  {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 2px;
	width: 640px;
	clear: left;
}

.diary_text .title3 {
	float: left;
	width: 440px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 2px;
}
.icon_title {
	height: 130px;
	width: 30px;
	margin-top: 170px;
	margin-right: auto;
	margin-left: auto;
}
.icon_title2 {
	height: 160px;
	width: 30px;
	margin-top: 300px;
	margin-right: auto;
	margin-left: auto;
}
.textbox_l {
	margin-left: 10px;
	line-height: 170%;
	padding-left: 17px;
}
.title_b {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.pagetop {
	text-align: right;
	width: 610px;
	float: left;
	margin-top: 20px;
}
.pagetop2 {
	text-align: right;
	width: 615px;
	float: left;
	margin-top: 20px;
}
.pagelink {
	float: left;
	width: 620px;
}
.pagelink2 {
	float: left;
	width: 620px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.page_b {
	margin-bottom: 20px;
	float: right;
	text-align: right;
	width: 300px;
}
.page_f {
	margin-bottom: 20px;
	width: 340px;
	float: left;
}
.image_b {
}
.diary_box .title3 {
	width: 435px;
	margin-bottom: 8px;
	float: left;
}
.image_caption {
	float: left;
}
#top_bana a:hover{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top_bana {
	width: 200px;
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
}


#thumbnaillist{
	width: 200px;
	margin-left: 28px;
}
#thumbnaillist ul{
}
#thumbnaillist li{
	width:60px;
	height:60px;
	float:left;
	background:none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 0;
}
#thumbnaillist li a{
    display:block;
}
#thumbnaillist li a:link    {}
#thumbnaillist li a:visited {}
#thumbnaillist li a:hover   {}
#thumbnaillist li a:active  {}

#thumbnaillist li a:hover img {
	filter:alpha(opacity=80);
}
 
#mainimglist{
	width:240px;
	height:230px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

li{
	list-style:none;
}.ex_clearfix {
}
#sns {
	display: inline-block;
}

.fb_iframe_widget{vertical-align:top;margin-top:-3px;}

.snsb {
	overflow: hidden;
}
#sns_menu {
	float: right;
	margin-top: 10px;
}
#logo {
	float: left;
}
#menu_top {
	float: left;
	margin-top: 20px;
	height: 28px;
	width: 710px;
}
.snsb li {
	float: left;
	margin-right: 4px;
}
.snsb iframe {
	margin: 0 !important;
}
.point {
	color: #ff7296;
	font-size: 16px;
	margin-bottom: 5px;
}
.point5 {
	color: #000000;
	font-size: 14px;
}
.text  table{
	border-collapse: collapse;
	border: 1px #e0e0e0 solid;
}
.text table td{
	border: 1px #e0e0e0 solid;
}
.td4 {
	vertical-align: top;
	text-align: center;
}
.td1 {
	width: 70px;
	letter-spacing: 0.2em;
	vertical-align: middle;
	background-color: #f0f0f0;
	text-align: center;
}
.td2 {
	width: 70px;
	letter-spacing: 0.2em;
	vertical-align: middle;
	background-color: #f0f0f0;
	text-align: center;
}
.td3 {
	width: 70px;
	letter-spacing: 0.2em;
	vertical-align: middle;
	background-color: #f0f0f0;
	text-align: center;
}
.point2 {
	color: #003399;
	float: left;
	margin-right: 1px;
	padding-right: 10px;
}
.header {
	height: 95px;
	position:relative;
	margin-bottom:20px;
}
.diary_box2 {
	width: 435px;
	float: right;
}
.point3 {
	font-size: 14px;
	color: #FF0033;
}
.point4 {
	font-size: 16px;
	color: #FF0033;
}
#buy {
	margin-top: 20px;
}
.buy {
	float: right;
	margin-bottom: 5px;
}
.p_box_right {
	width: 160px;
	bottom:0;
	float: right;
	line-height: 150%;
}
.p_box_left {
	float: left;
	width: 295px;
}
.next img {
	vertical-align: -3px;
	padding-left: 2px;
}
.p_image_box {
	float: left;
}
#menu_box {
	width: 175px;
	padding-bottom: 70px;
	min-height:100vh;
	float: left;
	border-right:1px solid #000;
}
#d_contest table {
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
	font-size: 14px;
}
#d_contest #td {
	vertical-align: top;
}
#d_contest_td1 {
	background-image: url(images/d_contest_td1.jpg);
	height: 620px;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
}
#d_contest_td2 {
	background-image: url(images/d_contest_td2.jpg);
	height: 225px;
	vertical-align: top;
}
#d_contest_td3 {
	background-image: url(images/d_contest_td3.jpg);
	height: 1380px;
	vertical-align: top;
}
#d_contest_td4 {
	background-image: url(images/d_contest_td4.jpg);
	height: 1410px;
	vertical-align: top;
}
#d_contest_td5 {
	background-image: url(images/d_contest_td5.jpg);
	height: 3180px;
	vertical-align: top;
}
#d_contest_td6 {
	background-image: url(images/d_contest_td6.jpg);
	height: 400px;
	vertical-align: top;
}
#d_contest_logo {
	margin-left: 88px;
}
#d_contest_sns {
	float: right;
	margin-top: 30px;
	margin-right: 47px;
}
#d_pbox1 {
	margin-top: 96px;
	margin-left: 140px;
	float: left;
	width: 800px;
}
#d_pbox2 {
	margin-top: 64px;
	margin-left: 140px;
	float: left;
	width: 800px;
}
#d_pbox3 {
	margin-top: 100px;
	margin-left: 140px;
	float: left;
	width: 800px;
}
#d_pbox4 {
	margin-top: 64px;
	margin-left: 140px;
	float: left;
	width: 800px;
}
#d_pbox5 {
	margin-top: 116px;
	margin-left: 140px;
	float: left;
	width: 800px;
}
.d_pbox6 {
	margin-top: 70px;
	margin-left: 140px;
	float: left;
	width: 800px;
}
.d_pbox1a {
	float: left;
}
.d_pbox1b {
	float: left;
	margin-top: 205px;
	margin-left: 22px;
}
.d_pbox1c {
	float: left;
	margin-top: 205px;
	margin-left: 14px;
}
.d_comment {
	float: left;
	margin-left: 140px;
	width: 710px;
	margin-top: 52px;
}
.d_comment2 {
	float: left;
	width: 330px;
	margin-top: 150px;
}
.d_comment3 {
	float: left;
	width: 580px;
	margin-top: 86px;
	margin-left: 293px;
}
.d_psbox {
	margin-top: 200px;
	margin-left: 28px;
	float: left;
	width: 360px;
}
.d_psbox2 {
	float: left;
	margin-top: 205px;
	margin-left: 23px;
	width: 360px;
}
.d_pbox2a {
	margin-right: 6px;
	float: left;
	margin-bottom: 6px;
}
.d_psbox3 {
	margin-right: 45px;
	float: left;
	width: 340px;
}
#d_contest_icon1 {
	float: right;
	margin-top: 8px;
}
.d_contest_icon2 {
	width: 153px;
	float: right;
	margin-right: 85px;
	margin-top: 33px;
}
.d_contest_icon2-2 {
	width: 153px;
	float: right;
	margin-right: 85px;
	margin-top: 43px;
}
#d_contest_footer {
	text-align: center;
	width: 1000px;
	float: left;
	margin-top: 65px;
}
.table_pager {
	float: left;
}
 
         .pager_examples .nav { background:#eee; border-top:1px solid #999; padding:5px; }
         .pager_examples .nav#nav4 { border-top:0; border-bottom:1px solid #999; }
         .pager_examples .nav a { padding:0 5px; }
         .pager_examples .nav a.highlight { color:#000; font-weight:bold; }
.catchcopy2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.text_interview_midashi1 {
	width: 540px;
	font-size: 24px;
	margin-left: 15px;
	margin-top: 20px;
	clear: left;
	line-height: normal;
}
.text_interview_picture1 {
	margin-right: bottom;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	vertical-align: bottom;
}
.text_interview_profile {
	float: left;
	width: 280px;
	margin-top: 5px;
	margin-left: 20px;
}
.text_interview_komidashi1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	clear: left;
	float: left;
	margin-left: 15px;
	vertical-align: middle;
	display: table-cell;
	margin-bottom: 10px;
}
.text_interview_ichigo {
	height: 38px;
	clear: left;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}
.text_interview_name {
	float: right;
	width: 280px;
	margin-top: 175px;
	margin-right: 25px;
	color: #F9C;
	font-size: 16px;
	font-weight: bold;
}
.text_interview_text {
	float: left;
	width: 540px;
	margin-left: 15px;
	margin-top: 5px;
}
.text_interview_picture2 {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
.text_interview_komidashi2 {
	clear: right;
	float: left;
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	margin-left: 15px;
}
.text_interview_caption1 {
	float: left;
	width: 290px;
	margin-left: 15px;
	margin-top: 280px;
	font-size: 10px;
}
.text_interview_picture3 {
	float: left;
	width: 240px;
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 15px;
}
.text_interview_picture4 {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}




.p_box2 .text .sns {
	width:300px;
	height:auto;
}

.text .sns .twitterbuttom {
	display:inline-block;
	margin-right:10px;
}

.text .sns .fb-like {
	display:inline-block;
	padding-top:3px;
}
.p_box2 .text .knowmore {
	margin-top:15px;
	margin-bottom:5px;
	
}
#top .content .petit.diary {
	width: 267px;
	height: 50px;
	background-image: url(petitdiary/img/petit-back4.png);
	background-repeat: no-repeat;
	background-position: left;
	display: table;
	margin-top: 0;
}
.content .petit.diary p {
	width: 267px;
	height: 50px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-size: 16px;
	color: #842413;
	padding-top: 1px;
}
.header .topmenu {
	width:710px;
	float:left;
	margin-top:9px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
}
.header .topmenu ul {
	display:table;
	width:710px;
	font-size:14px;
	color:#000000;
}
.topmenu ul li {
	display: table-cell;
	width: 16%;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #020202;
	border-left: thin dotted #020202;
	padding-bottom:3px;
}


.header .topmenu ul a {
	color: #000000;
	text-decoration: none;
	width:100%;
	height:100%;
	display: block;
}

.header .topmenu ul a:link {
	color: #000000;
	width:100%;
	height:100%;
	text-decoration: none;
}
.header .topmenu ul a:hover {
	color: #000000;
	width:100%;
	height:100%;
	text-decoration: underline;
}
.header .topmenu ul a:visited {
	color: #000000;
	width:100%;
	height:100%;
	text-decoration: none;
}
.container #main .petitbox {
	height:500px;
}
#download {
	width: 120px;
	background-color: #515151;
	text-align: center;
	position: absolute;
	left: 770px;
	top: 90px;
	border-radius:4px;
	color:#FFFFFF;
}
