/*
* {
margin: 0;
padding: 0;
}
*/


/*-------------------------------------------- 
	Link Module 
--------------------------------------------*/
a:link {
color: #003399;
text-decoration: none;
}

a:visited {
color: #003399;
text-decoration: none;
}

a:active {
color: #003399;
text-decoration: underline;
}

a:hover {
color: #CE00CE;
text-decoration:underline;
}

.comttl a:link {
color: #FF5400;
text-decoration: none;
}

.comttl a:visited {
color: #FF5400;
text-decoration: none;
}

.comttl a:active {
color: #FF5400;
text-decoration: underline;
}

.comttl a:hover {
color: #FF5400;
text-decoration: underline;
}

.conttl a:link {
color: #CB0000;
text-decoration: none;
}

.conttl a:visited {
color: #CB0000;
text-decoration: none;
}

.conttl a:active {
color: #CB0000;
text-decoration: underline;
}

.conttl a:hover {
color: #CB0000;
text-decoration: underline;
}



.caution a:link {
color: #FF0000;
text-decoration: underline;
}

.caution a:visited {
color: #FF0000;
text-decoration: underline;
}

.caution a:active {
color: #FF0000;
text-decoration: underline;
}

.caution a:hover {
color: #FF0000;
text-decoration: underline;
}



.thumbnail {
width: 120px;
height: 120px;
display: block;
}

/*-------------------------------------------- 
	Font Module 
--------------------------------------------*/
.p12h {
font-size: smaller;
font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
line-height: 120%;
}

.b12h {
font-size: smaller;
font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
line-height: 120%;
font-weight: bold;
}

.menu {
color: #333333;
font-size: 9px;
font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
line-height: 120%;
}

.red {
color: #FF0000;
}

.caution {
font-size: smaller;
font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
line-height: 120%;
}

.white {
color: #FFFFFF;
}

.gray {
color: #999999;
}

.small{
color: #333333;
line-height: 120%;
}

.ttl {
color: #333333;
font-size: 14px;
font-weight: bold;
font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
line-height:100%;
}

.comttl {
color: #FF5400;
font-size: 14px;
font-weight: bold;
font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
line-height:100%;
}

.conttl {
color: #CB0000;
font-size: 14px;
font-weight: bold;
font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
line-height:100%;
}

.line {line-height: 150%;}

/*-------------------------------------------- 
	Form Module 
--------------------------------------------*/
.inputmenu {
width: 120px;
height: 17px;
color: #333333;
background-color: #FFFFFF;
font-size: 12px;
font-family: "Arial", "Verdana", "Helvetica", "sans-serif;
}

.selectmenu {
width: 120px;
height: 17px;
color: #333333;
background-color: #FFFFFF;
font-size: 10px;
font-family: "Arial", "Verdana", "Helvetica", "sans-serif;
}


