@charset "UTF-8";

/* rule reset */

html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

/* basic style */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	background-color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}

h1 {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
}

h2 {
	color:#3300CC;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
}

h3 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

h4 {
	color:#000000;
	font-size:10px;
	font-weight:normal;
	line-height:10px;
	text-align: right;
}

/* layout style */

#outerGroup {
	background-color: #000000;
	text-align: left;
	margin: 0px auto;
	width: 800px;
}


#header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 800px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../header2014/SWN_Header_top2.jpg);
}

#outerGroup #menu {
	width: 800px;
	margin: 0px;
	float: none;
	background-color: #000000;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #000000;
	height: 40px;
	padding-top: 5px;
}

#outerGroup #contentGroup #leftColumn {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 250px;
	font-size: 10px;
	background-color: #000000;
}

#outerGroup #contentGroup #content {
	margin: 10px 0px 0px 270px;
	padding: 10px 10px 10px 20px;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #CCCCCC;
	line-height: 18px;
	background-color: #000000;
}

#outerGroup #footer {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

#outerGroup #footer address {
	font-size: 10px;
	font-style: normal;
}
