﻿@charset "UTF-8";

/* FAQ&TIPSページ */
#FAQ_TIPS{
	}

#FAQ_TIPS #MENU_LAYOUT{
	float: left;
	width: 110px;
	border: 1px solid #222;
	margin-top: 10px;
	}

#FAQ_TIPS #CONTENT_LAYOUT{
	float: right;
	width: 785px;
	}

#FAQ_TIPS h2{
	border: 2px solid teal;
	font-family: Sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0 3px 0;
	padding: 0 0 0 5px;
	}

#FAQ_TIPS h3{
	border: 1px solid teal;
	text-decoration: none;
	line-height: 1.2em;
	margin: 10px 0 3px 0;
	padding: 0 0 0 5px;
	background: #222;
	font-size: 15px;
	}


#FAQ_TIPS div.menu{
	}

#FAQ_TIPS div.menu ul{
	list-style-type: circle;
	margin: 0px 0 0 1em;
	padding: 0;
	}
#FAQ_TIPS div.menu li{
	line-height: 1.5em;
	}

#FAQ_TIPS div.menu a{
	text-decoration: none;
	color: white;
	padding-right: 3px;
	}

#FAQ_TIPS div.menu a:hover{
	color: yellow;
	background: #444;
	}

#WEAPON_COMP{
	margin-bottom: 1em;
	}
#WEAPON_COMP td{
	width: 50%;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	}

#FAQ_TIPS table.list1{
	margin: 0 0 1em 10px;
	background: black;
	width: 600px;
	font-size: 15px;
	}
