@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #F00;
	text-decoration: underline;
}


.container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../img/ap-kabe3w.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}


.header {
	background-image: url(../img/kabe_head_960x90.gif);
	background-repeat: no-repeat;
}


.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	font-size: 14px;
}
.content {
	width: 600px;
	float: left;
	font-size: 15px;
	line-height: 25px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;

}
.sidebar2 {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 14px;
}


.content ul, .content ol { padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none;
	width: 145px;
	margin-left: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9A9C;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9A9C;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 125px;
	text-decoration: none;
	background-color: #FEC3B4;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #FFF;
	background-color: #FF9A9C;
}

ul.nav_right {
	list-style: none;
	width: 145px;
	margin-left: 34px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9A9C;
}
ul.nav_right li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9A9C;
}
ul.nav_right a, ul.nav_right a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 125px;
	text-decoration: none;
	background-color: #FEC3B4;
}
ul.nav_right a:hover, ul.nav_right a:active, ul.nav_right a:focus { 
	color: #FFF;
	background-color: #FF9A9C;
}

/* ~~ ヘッダーメニュ ~~ */
.container .header .headleft {
	float: left;
	width: 180px;
}

.container .header #headmenu {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 55px;
	width: 580px;
}

.container .header #headmenu ul li {
	font-size: 13px;
	background-color: #FFC;
	text-align: center;
	height: 20px;
	float: left;
	width: 110px;
	margin-right: 1px;
	margin-left: 0px;
	border: 1px solid #333;
	list-style-type: none;
}

.container .header #headmenu a {
	display: block;
	width: 110px;
	height: 20px;
	color: #000;
	text-decoration: none;
}
.container .header #headmenu a:hover {
	color: #000;
	background-color:#FDD
}

.container .header .headright {
	width: 120px;
	float: left;
	margin-left: 10px;
	padding-left: 35px;
	padding-top: 25px;
}


/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	background-image: url(../img/ap-kabe1_2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
	color: #333;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



em {
	font-weight: bold;
	color: #F00;
	font-style: normal;
}
.container .header p {
	margin: 0px;
	padding: 0px;
}
.container .content form fieldset {
	background-color: #EFF0DB;
	padding: 10px;
	height: auto;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #666;
}

.container .footer hr {
	padding: 0px;
	width: 100%;
	margin-bottom: 5px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #666;
}

.container .footer #footerleft {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 150px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}

.container .footer #fottermain {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 660px;
	float: left;
}
.container .footer #footerright {
	float: left;
	width: 150px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}
.container .footer #clear { clear: both; }
.container .sidebar2 .nav_right li p {
	margin-bottom: 0px;
}
.container .sidebar1 .nav li p {
	margin-bottom: 0px;
}




.container .content .waku dl dd .column {
	margin-top: 20px;
	border: 1px solid #CCC;
}
.container .content table tbody tr td table tbody tr td .microsoft {
	font-size: 24px;
	list-style-type: none;
	text-align: left;
}
.container .content table tbody tr td table tbody tr td .mailchange {
	font-size: 24px;
	list-style-position: outside;
	list-style-image: url(../../sozai/sankaku_shiro_migi.gif);
	list-style-type: none;
	line-height: 2em;
}
.container .content table tbody tr td table tbody tr .micro2 {
	font-size: 18px;
	color: #FFF;
	background-color: #666;
	text-indent: 1em;
}
.microimg {
	border: 1px solid #CCC;
}
.micronext {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 250px;
}
.micro-h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.mailset-hotmail {
	background-color: #E3E3E3;
	height: 50px;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #F00;
}
.mailset-hotmail a {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
}
