/*--------------------------------------
 Default Style Sheet
	Last Update 2009-02-24

  - Universal selector
  - Structure Module
  - Text Module
  - Hypertext Module
  - List Module
  - Edit Module
  - Forms Module
  - Tables Module
  - Image Module
  - Object Module
---------------------------------------*/

/*--------------------------------------
  Universal selector
---------------------------------------*/

*{
/*	background-color: transparent;*/
	border: none;
/*	color: black; */
/*	font-size: 100%; */
	font-style: normal;
	font-weight: normal;
/*	margin:	0;
	padding: 0;*/
}

/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	background: #FDFDFD url("../img/bg_main.jpg") repeat-x left top;
	background-attachment: fixed;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	margin:	0;
	padding: 0;
	overflow-x: hidden;
}

/*--------------------------------------
  Text Module
---------------------------------------*/

p,
pre,
address,
cite {
	font-size: 100%;
	line-height: 114%;
	margin: 0;
}

address {
	clear: both;
	padding: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	margin: 0;
}

h1 { font-size: 170%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 90%; }
h5 { font-size: 80%; }
h6 { font-size: 80%; }

pre {
	width: auto;
	_width: 90%; /*for IE*/
	overflow: auto;
	font-size: 75%;
	letter-spacing: 1px;
	color: #3d4263;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 8px 16px;
}

blockquote {
	display: block;
	background-color: #eaeeef;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
	margin: 0.8em 24px;
	padding: 1px;
}

blockquote * {
	color: #434755;
}

cite {
	display: block;
	color: #333333;
	font-style: normal;
	text-align: right;
}

em {

	font-style: normal;
	font-weight: bold;
}

strong {
	font-style: normal;
	font-weight: bold;
}

code {
	font-family: "Osaka－等幅", monospace;
	color: #3d4263;
}

/*kbd {
	font-family: "Osaka－等幅", monospace;
	text-transform: uppercase;
	background-color: #f5f5f5;
	border: 1px solid #6a8eaa;
	padding: 0 0.4em;
}

kbd.accesskey {
	padding: 0 0.2em;
}*/

/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	color: #0048FF; 
	text-decoration: none;
	outline:none;
}
a:link, a:link *{
	color: #0048FF;
	text-decoration: none;
}
a:visited, a:visited *{
	color: #5E2DFF;
	text-decoration: none;
}
a:hover, a:hover *{
	color: #FF198F;
	text-decoration: underline;
}

/*--------------------------------------
  List Module
---------------------------------------*/

ul,
ol,
dl {
	list-style-position: inside;
	margin: 1em 16px;
	padding: 1px 8px;
}

li,
dt,
dd {
	font-size: 80%;
}

dt {
	color: #004171;
}

/*
dd {

}
*/

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.4em 8px;
}

/*--------------------------------------
  Edit Module
---------------------------------------*/

del {
	color: #666666;
	text-decoration: line-through;
}

ins{
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	}

/*--------------------------------------
  Forms Module
---------------------------------------*/

form {
}

form dl,
form p {
	margin: 0.4em 16px;
}

fieldset {
	border: none;
	padding: 1px 0;
}

legend {
	display: none;
	font-size: 85%;
	background-color: #e8e8e8;
	padding: 0.1em 8px;
}

input,
textarea,
select {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	background-color: #F7FCFF;
	border: 1px solid #999;
	padding: 0.2em 4px;
}

input:hover,
textarea:hover,
select:hover {
	background-color: #E7F7FF;
	border: 1px solid #666;
}

input:focus,
textarea:focus {
	background-color: #DBEFFF;
	border: 1px solid #333;
}

/*
textarea {
	padding: 0.4em 8px;
}
*/

p input {
	margin-left: 8px;
}

input.radio {
	background-color: transparent;
	border: none;
}

input.submit {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6c737a;
	border-width: 1px;
	border-style: solid;
	border-color: #c2c2c2 #8f8f8f #8f8f8f #c2c2c2;
	padding: 1px 0.5em;
}

input.submit:hover {
	color: black;
	background-color: white;
}

/*--------------------------------------
  Tables Module
---------------------------------------*/

/*
table {
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
	margin: 0.5em 1em;
}

caption {
	display: none;
	font-size: 80%;
	color: #454e58;
	background-color: #f5f5f5;
	border: 1px solid #97a4aa;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
}

td,
th {
	font-size: 80%;
	line-height: 1.2;
	color: white;
	padding : 0.1em 8px;
}

th {
	font-weight: normal;
	color: #536066;
	background-color: #f5f5f5;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #d2d2d2;
}

td {
	color: #2d3b4e;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: white #bfc3c4 #bfc3c4 white;
}
*/

/*--------------------------------------
  Image Module
---------------------------------------*/

img {
/*	vertical-align: bottom; */
}

/*--------------------------------------
  Object Module
---------------------------------------*/

object,
embed {
	margin: 0px;
}















/*- Box hack----------------------------------------*/
div xx {
     width: 530px;
     padding: 10px;
     border: 5px;
     voice-family: "\"}\"";
     voice-family:inherit;
     width: 500px;
}
/*--------------------------------------------------*/
