@charset "utf-8";

/*
*	Title: Benir - Element
*	URI: http://www.benir.net/
*	Last Modified: 2009-12-10
*	Author: 小野 康弘
*	Description:
*		Reset and Base Styles
*
*/

/*======================================
	Font size setting
=======================================*/
p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

/*======================================
	Universal selector
=======================================*/
* {
	margin: 0;
	padding: 0;
/*
	line-height: 1.5;
	font-style: normal;
*/
}

/*======================================
	Structure Module
=======================================*/
body {
	padding-bottom: 1em;
	color: #444;
	background-color:#ffffff;
    font: normal normal normal 80%/178% "Meiryo","ＭＳ Ｐゴシック","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","MS UI Gothic","Osaka",sans-serif;
/*
	font: normal normal normal 80%/178% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-family: "Meiryo","ＭＳ Ｐゴシック","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","MS UI Gothic","Osaka",sans-serif;
*/
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
}

/*======================================
	Text Module
=======================================*/
p,
pre,
address,
cite {
	margin: 0.8em 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	font: inherit;
	_height: 1px; /* for IE (peekaboo) */
	min-height: 1px; /* for IE7 (peekaboo) */
}

p {
	line-height: 178%;
}

br {
	letter-spacing: 0;
}
pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	color: #fff;
	background-color: #555;
	font-family: monospace;
}

pre * {
	color: #fff;
}

pre[title]:before {
	margin: -0.5em -20px 1em;
	padding: 0.3em 20px;
	display: block; 
	content: attr(title);
	color: #fff;
	background-color:  #333;
	font-size: 85%;
}

blockquote {
	margin: 2em 20px 2em 40px;
	padding: 0.6em 20px;
	color: #666;
	background-color: #f5f5f5;
}

blockquote * {
	margin: 0!important;
	border: none!important;
	color: #666;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	display: block;
	content: "Quote: "attr(title); 
	color: #000;
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "Quote: "attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #dc143c;
}

code {
	font-family: monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
}

/*======================================
	Hypertext Module
=======================================*/
a {
	outline:0px none #fff;
}

a:link {
	color:#332; text-decoration:underline;
}

a:visited {
	color:#332; text-decoration:underline;
}

a:hover {
	color:#998; text-decoration:underline;
}

a:active {
	color:#998; text-decoration:underline;
}

/*======================================
	List Module
=======================================*/
ul,
ol,
dl {
	margin: 0.8em 20px;
/*
	margin: 1em 20px;
	padding: 1px 0;
	list-style-position: inside;
*/
}

li,
dt,
dd {
	line-height: 178%;
/*
	margin: 0.4em 10px;
*/
	list-style-type:none;
}

dt {
/*
	color: #000;
*/
}

dd {
	margin-left: 2em;
/*
	margin-left: 20px;
	margin-bottom: 0.6em;
*/
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.5em 10px;
}

/*======================================
	Forms Module
=======================================*/
form {
/*
	margin: 1em 20px; 
*/
	margin: 0px;
	padding: 0px;
}

form dl,
form p {
	margin: 0.5em 20px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	color: #000;
	background-color: #fff;
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
	margin: 0.5em 10px;
	padding: 1px 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #eee #eee #d4d4d4;
	font-size: 100%;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #fff;
	background-image: url(images/common/bg_input.gif);
	background-repeat: no-repeat;
}

input:hover,
textarea:hover {
	border: 1px solid #00b8fd;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 8px;
	width: 30em;
}

input.inputField {

}

input.submit {
	border-color: #fff;
	color: #fff;
	border: none;
	_padding: 0; /* for IE */
	background-color: #b83800;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

input.submit:hover {
	background-color: #000;
}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}

/*======================================
	Tables Module
=======================================*/
table {
/*
	margin: 1em 20px;
*/
	margin: 0px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

th,
td {
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
/*
	border-collapse: separate;
	border-spacing: 1px;
*/
}

caption {

}

th {
	border-right: 1px solid #ccc;
	color: #000;
	background-color: #f5f5f5;
	font-weight: normal;
}

td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

/*======================================
	Image Module
=======================================*/
img {
	vertical-align: bottom;
	border:0px solid #000;
	background:transparent;
}

/*======================================
	Object Module
=======================================*/
object,
embed {
/*
	margin: 1em 20px;
*/
}




/*
div { position:relative; left:0px; top:0px; width:auto; height:auto; margin:0px; padding:0px; overflow:hidden; visibility:visible; display:block; border:0px solid #000; opacity:1; KhtmlOpacity:1; MozOpacity:1; }
*/

hr.divider {
 position: absolute;
 top: -9999px;
 visibility: hidden;
 width: 1px;
 height: 1px;
 display: none;
 clear: both;
}

.mm-input {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
}

.mm-input:hover {
	margin:0;
	padding:0;
	border:0;
}

