/*==========================   タグ定義　　==========================*/



html {

	margin: 0px;

	padding: 0px;

  scrollbar-base-color : #ffffff;

  scrollbar-track-color : #ffffff;

  scrollbar-face-color : #ffffff;

  scrollbar-shadow-color : #ffffff;

  scrollbar-darkshadow-color : #333333;

  scrollbar-highlight-color : #ffffff;

  scrollbar-3dlight-color : #333333;

  scrollbar-arrow-color : #333333;

}

body {

	font-size:10px;

	margin: 0px;

	padding: 0;

	color: #666666;

	background-color:#F6F6F6;

}



p {

	margin:0;

	padding:0;

}



img {

	margin:0;

	padding:0;

	border:none;

	line-height:0;

	font-size:0;

}



h1, h2, h3, h4, h5 {

	padding: 0px;

	margin:0px;

	font-size:100%;

	text-decoration: none;

	font-weight:normal;

}

ul,ol {

	list-style-type:none;

	padding:0;

	margin:0;

}

dl,dt,dd {

	margin: 0px;

	padding: 0px;

}



/*==========================   テーブル　　==========================*/



table {

	border-collapse:collapse;

}

th {

	background-color:#FFB3CB;

	border:1px solid #FF3366;

	padding:3px;

}

td {

	border:1px solid #FF3366;

	padding:3px;

}



#securitytable td{

	border:1px solid #999999;

	padding:3px;

}

table.president{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.president th {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

table.president td {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


.label {

	float: left;

	width: 140px;

	line-height:1.5;

	vertical-align:middle;

	padding-left:10px;

}

.input {

	float: left;

	line-height:1.5;

	vertical-align:middle;

}




/*==========================   フォーム　　==========================*/



form{

  margin:0px;

  padding:0px;

}



input,textarea{

	color:#333333;

	border:solid 1px #333333;

	font-size:13px;

	background-color:#ffffff;

	padding-left:3px;

	padding-right:3px;

}



input.radio {

  border-style: none;

  background: transparent;

}



/*==========================   リンク　　==========================*/



a:link {

  color: #3399CC;

  text-decoration: none;

}

a:visited {

  color: #3399CC;

  text-decoration: none;

}

a:active {

  color: #3399CC;

  text-decoration: none;

}

a:hover {

  color: #FF0000;

  text-decoration: none;

}







/*==========================   色　　==========================*/



.red {

	color:#ff0000;

}



.blue {

	color:#008DEC;

}



.green {

	color:#008400;

}



.pink {

	color:#FF99FF;

}



.redpink{

	color:#FF0088;

}



.white {

	color:#FFFFFF;

}



.orange {

	color: #FF9900;

}



.brown {

	color:#CC9966;

}



.black {

	color:#000000;

}





/*==========================   背景色　　==========================*/



.bgpink {

	background-color:#FFCCCC;

}



.bgblue {

	background-color:#E8F5FF;

}





/*==========================   ClearFix　　==========================*/



/*  ClearFix */

.clearfix:after {

   content: ".";

   display: block;

   clear: both;

   height: 0;

   visibility: hidden;

}

.clearfix { display: inline-block; }

/* exlude MacIE5 \*/

* html .clearfix { height: 1% }

.clearfix {display:block;}

/* end MacIE5 */



/* end ClearFix */







/*==========================   行揃え　　==========================*/



.left {

	text-align:left;

}

.center {

	text-align:center;

}

.right {

	text-align:right;

}





/*==========================   フォント　　==========================*/



.font10 {

	font-size:10px;

}

.font11 {

	font-size:11px;

}

.font12 {

	font-size:12px;

}

.font14 {

	font-size:14px;

}



.font16 {

	font-size:16px;

}



.bold {

	font-weight:bold;

}







/*==========================   ボーダー　　==========================*/



.noborder{

	border:none;

}



.hr999999 {

	border-bottom:1px solid #999999;

}



.hrCECECE {

	border-bottom:1px solid #CECECE;

}



.vlineorange {

	border-left:2px solid #FF9900;

}

.vlinebrown {

	border-left:2px solid #CC9966;

}

.vlineblue {

	border-left:2px solid #0099FF;

}



.vlinebluepurple {

	border-left:1px solid #7171FF;

}



.vlinepink {

	border-left:1px solid #FFAAAA;

}



.borderblue {

	border: solid 1px #0099FF;

}



/*==========================   パッディング・マージン　　==========================*/



.ml8{

	margin-left:8px;

}

.ml10{

	margin-left:10px;

}

.ml15{

	margin-left:15px;

}

.ml20{

	margin-left:20px;

}

.mr5{

	margin-right:5px;

}

.mr10{

	margin-right:10px;

}

.pl5 {

	padding-left: 5px;

}

.pl10 {

	padding-left: 10px;

}

.pl15 {

	padding-left: 15px;

}

.pl20 {

	padding-left: 20px;

}

.pl25 {

	padding-left: 25px;

}

.pl30 {

	padding-left: 30px;

}

.pt0{

	padding-top:0px;

}

.pt3{

	padding-top:3px;

}

.pt5{

	padding-top:5px;

}

.pt10{

	padding-top:10px;

}

.pr15 {

	padding-right:15px;

}

.pr20 {

	padding-right:20px;

}

.pr25 {

	padding-right:25px;

}

.pr30 {

	padding-right:30px;

}

.pb5{

	padding-bottom:5px;

}

.pb10{

	padding-bottom:10px;

}

.p0{

	padding:0px;

}

.p5 {

	padding:5px;

}

.p10 {

	padding:10px;

}

.p15 {

	padding:15px;

}

.p20 {

	padding:20px;

}

.p25 {

	padding:25px;

}



/*==========================   改行　　==========================*/



.space2{

	height:2px;

	line-height:0;

	font-size:0;

	clear:both;

	display:block;

}

.space3{

	height:3px;

	line-height:0;

	font-size:0;

	clear:both;

	display:block;

}

.space5{

	height:5px;

	line-height:0;

	font-size:0;

	clear:both;

	display:block;

}

.space7{

	height:7px;

	line-height:0;

	font-size:0;

	clear:both;

	display:block;

}

.space8{

	height:8px;

	line-height:0;

	font-size:0;

	clear:both;

	display:block;

}

.space9{

	height:9px;

	line-height:0;

	font-size:0;

	clear:both;

	display:block;

}

.space10{

	height:10px;

	line-height:0;

	font-size:0;

	clear:both;

	display:block;

}

.space15{

	height:15px;

	line-height:0;

	font-size:0;

	clear:both;

	display:block;

}

.space20{

	height:20px;

	line-height:0;

	font-size:0;

	clear:both;

	display:block;

}

.space25{

	height:25px;

	line-height:0;

	font-size:0;

	clear:both;

	display:block;

}





/*==========================   ディスプレイ　　==========================*/



.block {

	display:block;

}



.inline {

	display:inline;

}





/*==========================   フロート　　==========================*/



.floatl{

	float:left;

}



.floatr{

	float:right;

}



.clear {

	clear:both;

}



/*==========================   リストスタイル　　==========================*/



.listnum {

	list-style-type:decimal;

}

