/* ************************************************  *	BODY全体の指定 * ************************************************ */body{    background:#FFFFFF;	font-family: "MS PGothic","Osaka","Arial", "Verdana", "Helvetica";	font-size: 12px;	font-weight: normal;	color: #333333;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}/* ************************************************  *	フォーム関係の指定 * ************************************************ */input {font-size: 12px;}textarea {font-size: 12px;}select {font-size: 12px;}option {font-size: 12px;}/* ************************************************  *	画像関係の指定 * ************************************************ */img {border: 0px;}/* ************************************************  *	フォント関係の指定 * ************************************************ */   /*通常テキスト*/.font_txt01{font-family:"MS PGothic"; font-size:12px; line-height:20px; color:#333333;}.font_txt01s{font-family:"MS PGothic"; font-size:10px; line-height:18px; color:#333333;}.font_txt01b{font-family:"MS PGothic"; font-size:12px; line-height:18px; font-weight:bold; color:#333333;}.font_txtblue{font-family:"MS PGothic"; font-size:12px; line-height:18px; font-weight:bold; color:#0B9094;}.font_txtpink{font-family:"MS PGothic"; font-size:12px; line-height:18px; font-weight:bold; color:#BA3744;}.font_txtred{font-family:"MS PGothic"; font-size:12px; line-height:18px; color:#960202;}.font_txtredb{font-family:"MS PGothic"; font-size:12px; line-height:18px; font-weight:bold; color:#960202;}.font_txtbluebig{font-family:"MS PGothic"; font-size:14px; line-height:18px; font-weight:bold; color:#0B9094;}.font_txtpinkbig{font-family:"MS PGothic"; font-size:14px; line-height:18px; font-weight:bold; color:#BA3744;}   /*サブナビ用テキスト*/.font_subnavi{font-family:"MS PGothic"; font-size:11px; line-height:20px; color:#333333;}/* ************************************************  *	テーブルカラーの指定 * ************************************************ */  /*ヘッダー（背景カラー）*/.td_header_bg01 {background-color:#F9F8ED; font-size:12px;}  /*グレ−001*/.td_header_bggray {background-color:#CCCCCC; font-size:12px;}  /*グレ−002*/.td_header_bggraydark {background-color:#888888; font-size:12px;}  /*グレ−003*/.td_graylight {background-color:#DEDEDE; font-size:12px;}  /*Waseda Color001*/.td_wasedacolor {background-color:#752C2C; font-size:12px;}  /*サイトナビ001*/.td_header_bgbeige {background-color:#E1DFCD; font-size:12px;}  /*ブルー001*/.td_header_bgblue {background-color:#23B9BD; font-size:12px;}  /*ブルー002*/.td_whatsblue {background-color:#A4D8D9; font-size:12px;}  /*ブルー003*/.td_graduateblue {background-color:#EFF9F9; font-size:12px;}  /*ピンク001*/.td_header_bgpink {background-color:#E94958; font-size:12px;}  /*ピンク002*/.td_whatspink {background-color:#F1DBDD; font-size:12px;}  /*ピンク003*/.td_graduatepink {background-color:#F9F3F8; font-size:12px;}  /*Whats001*/.td_whatsdetailtext {background-color:#FFFFFF; font-size:12px; line-height:20px;}  /*INFO001*/.td_header_infobg {background-color:#EDD9C1; font-size:12px;}  /*NOTICE001*/.td_noticebeige {background-color:#E9E7DA; font-size:12px;}  /*CHART_WHITE001*/.td_chartwhite {background-color:#FFFFFF; font-size:12px;}  /*FOOTER001*/.td_header_footer {background-color:#752C2C; font-size:12px;}/* ************************************************  *	リンク関係の指定 * ************************************************ */a.lnk001:link {color:#84090A; text-decoration :underline;}a.lnk001:active {color:#E13F3F; text-decoration :underline;}a.lnk001:visited {color:#84090A; text-decoration :underline;}a.lnk001:hover {color:#E13F3F; text-decoration :underline;}a.lnksitenavi:link {color:#333333; text-decoration :underline;}a.lnksitenavi:active {color:#333333; text-decoration :underline;}a.lnksitenavi:visited {color:#333333; text-decoration :underline;}a.lnksitenavi:hover {color:#333333; text-decoration :underline;}a.lnkwhats:link {color:#333333; text-decoration :none;}a.lnkwhats:active {color:#333333; text-decoration :underline;}a.lnkwhats:visited {color:#333333; text-decoration :none;}a.lnkwhats:hover {color:#333333; text-decoration :underline;}a.lnkred:link {color:#A73436; text-decoration :underline;}a.lnkred:active {color:#A73436; text-decoration :underline;}a.lnkred:visited {color:#A73436; text-decoration :underline;}a.lnkred:hover {color:#A73436; text-decoration :underline;}a.lnkblue:link {color:#0B9094; text-decoration :underline;}a.lnkblue:active {color:#3DC7CB; text-decoration :underline;}a.lnkblue:visited {color:#0B9094; text-decoration :underline;}a.lnkblue:hover {color:#3DC7CB; text-decoration :underline;}a.lnkpink:link {color:#BA3744; text-decoration :underline;}a.lnkpink:active {color:#BA3744; text-decoration :underline;}a.lnkpink:visited {color:#BA3744; text-decoration :underline;}a.lnkpink:hover {color:#BA3744; text-decoration :underline;}